You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/25 08:18:42 UTC

[Solr Wiki] Update of "DisMaxRequestHandler" by Altro

Dear Wiki user,

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

The following page has been changed by Altro:
http://wiki.apache.org/solr/DisMaxRequestHandler

The comment on the change is:
Incorrect debugQuery value in request (must be "true", not "1")

------------------------------------------------------------------------------
  Just like the StandardRequestHandler, it supports the debugQuery
  option to viewing the parsed query, and the score explanations for each
  doc...
-   http://localhost:8983/solr/select/?q=belkin+ipod+gibberish&qt=dismax&debugQuery=1
+   http://localhost:8983/solr/select/?q=belkin+ipod+gibberish&qt=dismax&debugQuery=true
-   http://localhost:8983/solr/select/?q=video+card&qt=dismax&debugQuery=1
+   http://localhost:8983/solr/select/?q=video+card&qt=dismax&debugQuery=true
  
  }}}