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 2007/03/27 06:25:29 UTC

[Solr Wiki] Update of "DisMaxRequestHandler" by ErikHatcher

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

The comment on the change is:
Fix old incubator link

------------------------------------------------------------------------------
  
  In addition to the CommonQueryParameters, HighlightingParameters, and SimpleFacetParameters the !DisMax Request Handler supports several other options which can be found in the [http://incubator.apache.org/solr/docs/api/org/apache/solr/request/DisMaxRequestHandler.html DisMaxRequestHandler javadocs].
  
- These parameters may be assigned default values in solrconfig.xml which are overridden by query-time settings as you can see in the [http://svn.apache.org/viewvc/incubator/solr/trunk/example/solr/conf/solrconfig.xml?view=co example configuration].
+ These parameters may be assigned default values in solrconfig.xml which are overridden by query-time settings as you can see in the [http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?view=co example configuration].
  
  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: