cancel
Showing results for 
Search instead for 
Did you mean: 

Tokenized false makes property case-sensitive

yogeshpj
Star Contributor
Star Contributor
Hi All,

    When i make property tokenized true then it is lucene search results me in case-insensitive manner.But when i make property tokenized false then it gives me in case-sensitive results. But i want case -insensitive result in this case also  ? How can i achieve this ?

Any help will be appreciated !!!

Thanks
Yogesh Prajapati
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
I do not understand your requirement  why cant you just keep the value as true and keep it case-insensative.
Also there is one more option as where you can specify value as <tokenised>both</tokenised> try that as well.

martijn
Champ in-the-making
Champ in-the-making

Hi,

I had the same problem, and wanted tokenised=false, otherwise my search facets/filters would split my fields into keywords. For example, a name field: 'Burg, M.D.' would display the facets 'Burg', 'M.', 'D.' 'Burg M.' for the custom name field.

Using tokenised=both resulted in facets having the whole value, but searching is still case insensitive.