Re: Figure out what value was matched in multi valued field

2013-03-13 Thread mephisto
I should have been more clear with my original post . I dont need this for debugging . This is for production , In the search results I also have to show which keyword/phrase the document is showed in the search result. Further each phrase/term has more details associated with it such as pricing in

Re: Figure out what value was matched in multi valued field

2013-03-13 Thread Paul Libbrecht
Mephisto, Maybe LUCENE-1999 helps you. We've used it with some success. Otherwise, you're left with highlighting. paul On 13 mars 2013, at 14:11, Jack Krupansky wrote: > Add &debugQuery=true to your query and examine the "explain" section, which > will show the terms/phrases that scored for e

Re: Figure out what value was matched in multi valued field

2013-03-13 Thread Jack Krupansky
Add &debugQuery=true to your query and examine the "explain" section, which will show the terms/phrases that scored for each document. -- Jack Krupansky -Original Message- From: mephisto Sent: Wednesday, March 13, 2013 6:52 AM To: solr-user@lucene.apache.org Subject: Figure out what v