Re: Getting the String which matched in the document as response

2013-06-20 Thread Jack Krupansky
: Thursday, June 20, 2013 9:55 AM To: solr-user@lucene.apache.org Subject: Getting the String which matched in the document as response Hi, Is it possible to get the exact matched string in the index in the select response of Solr. For eg : If the search query is "Hello World" and the query

Getting the String which matched in the document as response

2013-06-20 Thread Prathik Puthran
Hi, Is it possible to get the exact matched string in the index in the select response of Solr. For eg : If the search query is "Hello World" and the query parser is "OR" solr would return all documents which matched both "Hello World", only "Hello" or only "World". Now I want to know which of th