You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by osocurious2 <ke...@realestate.com> on 2010/07/08 14:29:25 UTC

Re: How do I get the matched terms of my query?

if you want only documents that have both values then make your q
   q=content:videos+AND+content:songs

If you want the more open query, but to be able to tell which docs have
videos, which have songs and which have both...then I'm not sure. Using
debugQuery=on might help with your understanding,  but isn't a good runtime
solution if you needed that.
-- 
View this message in context: http://lucene.472066.n3.nabble.com/How-do-I-get-the-matched-terms-of-my-query-tp951422p951492.html
Sent from the Solr - User mailing list archive at Nabble.com.