You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/08/29 18:43:33 UTC

[Solr Wiki] Update of "ExtendedDisMax" by EricPugh

Dear Wiki user,

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

The "ExtendedDisMax" page has been changed by EricPugh:
https://wiki.apache.org/solr/ExtendedDisMax?action=diff&rev1=16&rev2=17

Comment:
Fix wrong documentation about lowercase operators, refer to JIRA issue about potential enhancements.

  The uf parameter was introduced in <!> [[Solr3.6]]
  
  === lowercaseOperators ===
- This param controls whether to try to interpret lowercase words as boolean operators such as "and", "not" and "or". Set {{{&lowercaseOperators=true}}} to allow this. Default is "true".
+ This param controls whether to try to interpret lowercase words as boolean operators such as "and" and "or". Set {{{&lowercaseOperators=true}}} to allow this. Default is "true".
+ 
+ Please see [[https://issues.apache.org/jira/browse/SOLR-3580|SOLR-3580]] for patches to enabling lowercase "not" operator support.
  
  == Examples ==
  /!\ :TODO: /!\ cleanup and expand examples