Re: Search to Ignore ","

2015-08-27 Thread Alexandre Rafalovitch
This is both very specific and very general question at the same time.
The way indexing and search are both done is via analyzer chains, as
defined in your schema. So, you need to check what the definition is
for the field you search and then play with that.

There is "Analysis" screen in the Web Admin UI, which shows you what
happens with your text as it gets indexed and searched. So, try
different field type definitions and see what happens. You don't even
need to index the text, just have field type definitions in the loaded
core.

Regards,
   Alex.

Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 27 August 2015 at 13:17, EXTERNAL Taminidi Ravi (ETI,
AA-AS/PAS-PTS)  wrote:
> Hi Team, Can someone help on implementing filter to ignore "," in string?
>
> e.g. I have "Technical, Specification"
>
> If I search "Technical'  or  "Technical, Specification" I have to get this 
> results, but current I am not .
>
>
> Simply Ignore the "," I can't index the existing Data as it is very huge , is 
> there any way to do it at query time.
>
>
> Thanks
>
> Ravi


Re: Search to Ignore ","

2015-08-27 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi Team, Can someone help on implementing filter to ignore "," in string?

e.g. I have "Technical, Specification"

If I search "Technical'  or  "Technical, Specification" I have to get this 
results, but current I am not .


Simply Ignore the "," I can't index the existing Data as it is very huge , is 
there any way to do it at query time.


Thanks

Ravi