RE: Detecting why a collection of documents matched a query

2008-10-13 Thread Michael Garski
riginal Message- From: Khawaja Shams [mailto:[EMAIL PROTECTED] Sent: Sunday, October 12, 2008 2:50 PM To: java-user@lucene.apache.org Subject: Detecting why a collection of documents matched a query Hello, I noticed that indexSearcher.explain() method is not supposed to be run for a larg

Detecting why a collection of documents matched a query

2008-10-12 Thread Khawaja Shams
Hello, I noticed that indexSearcher.explain() method is not supposed to be run for a large collection of documents, so I am looking for an alternative that just explains why a document matched without all the scoring information. Basically, I would like to know which field of the document was resp