Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "CommonQueryParameters" page has been changed by GrantIngersoll.
http://wiki.apache.org/solr/CommonQueryParameters?action=diff&rev1=32&rev2=33

--------------------------------------------------

  <<Anchor(explainOther)>>
  == explainOther ==
  
- This parameter allows clients to specify a Lucene query to identify a set of 
documents.  If non-blank, the explain info of each document that matches this 
query, relative to the ''main query'' (specified by the q parameter) will be 
returned along with the rest of the debugging information.
+ This parameter allows clients to specify a Lucene query to identify a set of 
documents.  If non-blank, the explain info of each document that matches this 
query, relative to the ''main query'' (specified by the q parameter) will be 
returned along with the rest of the debugging information.  This is useful, for 
instance, for understanding why a particular document is not in the result set. 
 For instance, the query 
http://localhost:8983/solr/select?q=ipod&debug=results&explainOther=id:MA* (run 
against <!>[[Solr4.0]]) shows the explanations for the query ipod and also 
shows the explanations for all documents that match id:MA* as if the main query 
were run (ipod) and produced the documents that the id:MA* query produced.  
  
  The default value is blank (i.e. no extra explain info will be returned)
  

Reply via email to