Hi Vadim, I want to use camel case when searching, for example, search "RHC" and find "redHotChilly".
Thanks, Ira -----Original Message----- From: Vadim Gindin <[email protected]> Sent: Thursday, October 4, 2018 10:24 AM To: [email protected] Subject: Re: Camel case search with Lucene Hi Ira. If you want to use camel case query, for example, search "redHotChilly" instead of "red hot chilly" - you should use own pattern tokenizer to divide the query by regex pattern. Regards Vadim Gindin On Thu, Oct 4, 2018 at 11:58 AM Gordin, Ira <[email protected]> wrote: > Hi friends, > > How can I implement Camel case search with Lucene? > > Thanks, > Ira > > >
