Re: Get tokenized words in Solr Response

2013-01-24 Thread Romita Saha
Hi Mikhail, Thanks for your guidance. I found the required information in debugQuery=on. Thanks and regards, Romita From: Mikhail Khludnev To: solr-user , Date: 01/24/2013 03:19 PM Subject:Re: Get tokenized words in Solr Response Romita, IIRC you've already asked

Re: Get tokenized words in Solr Response

2013-01-23 Thread Mikhail Khludnev
Romita, IIRC you've already asked this, and I replied that everything what you need is on debugQuery=on output. That format is a little bit verbose, and I suppose you can experience some difficulties on finding the necessary info there. Please provide debugQuery=on output, I can try to highlight t

Get tokenized words in Solr Response

2013-01-23 Thread Romita Saha
Hi, I want the tokenized keywords to be displayed in solr response. As for example, my solr search could be "Seach this document named XYZ-123". And the tokenizer in schema.xml tokenizes the query as follows: "search documnent xyz 123". I want to get these tokenized words in the Solr response.