These special characters can be removed if at begging or end or can be
taken care by the relevant filters depending on the schema defined.
E.g "Audit"/*Audit should be searched by query Audit so I see no reason of
indexing "/* of the content. You can use PatternReplaceFilter for replacing
these special character.
If the special character is in between a word E.g. Wi-Fi then these type of
terms can be taken care by WordDelimiterFilter.

Note that the special character handling may vary based on use cases.

Best,
Modassar

On Fri, Feb 12, 2016 at 3:09 PM, Anil <anilk...@gmail.com> wrote:

> Thanks for quick response.
>
> Should these be treated differently during index ?
>
> I have tried *\"Audit* which is returning results of *Audit *also which is
> incorrect. what do you say ?
>
> On 12 February 2016 at 15:07, Modassar Ather <modather1...@gmail.com>
> wrote:
>
> > You can search them by escaping with backslash.
> >
> > Best,
> > Modassar
> >
>

Reply via email to