: 1. Query for a set of terms against a field -
: 2. do a second query on the results of the first query for the terms
: that did not match in the first query against another field.
i'm a little confused as to what exactly the point of this would be ...
mainly because phrases like "query on the
Thanks for the tip but I guess I should have been more specific. I want
to do it programmatically on the fly and use those results in other
ways.
Essentially what I want to do is this:
1. Query for a set of terms against a field -
2. do a second query on the results of the first query for the
On 10/16/07, Nishant Soni <[EMAIL PROTECTED]> wrote:
> ...So is there a way to query solr about which of the tokens in the query
> actually matched ?...
The analyzer admin page should help, see
http://wiki.apache.org/solr/FAQ#head-b25df8c8393bbcca28f1f344c432975002e29ca9
-Bertrand
Hi,
Is there a way in solr to figure out which of the terms in the query
actually matched in the current search result.
for eg. searching for "xxx yyy zzz" in a document and say two documents
matched for the terms xxx and yyy but none had the token zzz in them.
So is there a way to query solr abo