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
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
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