Take a look at the adnim/analysis page for the field in question.
The next bit of critical information is adding & debug=query
to the URL. The former will tell you what happens to the input
stream at query and index time, the latter will tell you how the
query got through the query parsing process.

My guess is that you have WordDelimiterFilterFactory in your
analysis chain and that's breaking things up.

Best,
Erick


On Mon, Aug 11, 2014 at 8:54 AM, Chris Salem <csa...@mainsequence.net>
wrote:

> Hi everyone,
>
>
>
> I'm trying to escape special characters and it doesn't seem to be working.
> If I do a search like resume_text: (LS\/MS) it searches for LS AND MS
> instead of LS/MS.  How would I escape the slash so it searches for LS/MS?
>
> Thanks
>
>
>
>

Reply via email to