Re: Need a Query syntax for fetching results

2018-03-06 Thread Rick Leir
Hi Raj Maybe this would be what you need. "Keyword Tokenizer This tokenizer treats the entire text field as a single token." There used to be an example showing the use of this in schema.xml, but I am away from my computer so it is hard to check. And everything Emir says is spot-on. Then you might

Re: Need a Query syntax for fetching results

2018-03-06 Thread Emir Arnautović
Hi Raj, You need to get familiar with Solr analysis chain: https://lucene.apache.org/solr/guide/6_6/understanding-analyzers-tokenizers-and-filters.html When playing with it, use admin console analysis