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

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

Need a Query syntax for fetching results

2018-03-06 Thread Rajvinder Pal
Hi , I am new to Lucene. I have a requirement where when i request the organization name, it should show the matching organization names. I have written the q param as orgname_text: ABC test it is returning the result :- ABC test limited ABC XYZ limited DEF ABC limted test limited I want all