SOLR-4255: (CHANGES.txt) add spatial filter=false local-param option

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2013-01-06 06:14:45 +00:00
parent 9c5d4ff5cb
commit 6db40b852d
1 changed files with 4 additions and 0 deletions

View File

@ -191,6 +191,10 @@ New Features
* SOLR-4271: Add support for PostingsHighlighter. (Robert Muir)
* SOLR-4255: The new Solr 4 spatial fields now have a 'filter' boolean local-param
that can be set to false to not filter. Its useful when there is already a spatial
filter query but you also need to sort or boost by distance. (David Smiley)
Optimizations
----------------------