RE: Detecting why a collection of documents matched a query

2008-10-13 Thread Michael Garski
I've seen this question come up a few times on the list in the past with the potential solutions of: 1. Parsing out the results of the Explain() method 2. Perform a regex on the data post-search to determine which field contained the match 3. Searching each field independently and removing duplic

Multi-field query - determining which fields are hit

2008-06-03 Thread Michael Garski
Hello, In performing a multi-field query, is there a way to determine which field(s) the query matched in short of running a query against each of the fields independently? Could payloads be utilized for something like this? Thanks, Michael