Dear community,
When i search "valide" word on custom property LuceneQueryParser use LowerCaseFilter as TokenStream so Lucene transform my word "valide" as "valid" so i have more results than expected…
I there a way to configure Lucene to avoid this ? Is there a way to force VerbatimTokenFilter ?
If i define <tokenised>false</tokenised> in my model for my custom property, alfresco will be able to search again on this property and do you think that this can solve my problem ?
Thanks in advance.