Re: Case sensitive/insensitive search combination in phrase/proximity query

2014-11-11 Thread Amish Asthana
Maybe the question to ask will be how do you determine which part of phrase will be searched as case sensitive and which will be not. If that logic is consistent it can be applied at indexing itself, and same analyzer used for search. regards and thanks amish On Monday, November 10, 2014

Case sensitive/insensitive search combination in phrase/proximity query

2014-11-10 Thread Zdeněk
Hi, is there any way how to search part of phrase as case-sensitive and part as case-insensitive? The only solution I found for case sensitive/insensitive querying is to have multiple analyzers applied to one field (one analyzer with lowercase token filter and one without) With this solution

Re: Case sensitive/insensitive search combination in phrase/proximity query

2014-11-10 Thread Nikolas Everett
I don't believe there is a way to do that now. On Mon, Nov 10, 2014 at 12:22 PM, Zdeněk zdenek.s...@gmail.com wrote: Hi, is there any way how to search part of phrase as case-sensitive and part as case-insensitive? The only solution I found for case sensitive/insensitive querying is to