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 2006/07/15 19:33:17 UTC

[Solr Wiki] Update of "DisMaxRequestHandler" by PhilipJacob

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 PhilipJacob:
http://wiki.apache.org/solr/DisMaxRequestHandler

------------------------------------------------------------------------------
  Below you will find the initial announcement about the !DisMaxRequestHandler.  
  
  This email, the [http://incubator.apache.org/solr/docs/api/org/apache/solr/request/DisMaxRequestHandler.html javadocs], and the [http://svn.apache.org/viewvc/incubator/solr/trunk/example/solr/conf/solrconfig.xml?view=co example configuration] are the documentation currently available about it's use.
+ 
+ Please note that if you are trying to sort results using Solr's extended syntax to the Lucene query language with a DisMaxRequestHandler that you will instead need to pass in a 'sort' parameter as part of your request:
+ 
+ {{{
+ 
+ http://localhost:8983/solr/select?q=shoes&sort=created+desc
+ 
+ }}}
  
  /!\ :TODO: /!\ write some more general documentation akin to StandardRequestHandler