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/04/18 16:04:05 UTC

[Lucene-java Wiki] Update of "ReleaseNote43" by DavidSmiley

Dear Wiki user,

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

The "ReleaseNote43" page has been changed by DavidSmiley:
http://wiki.apache.org/lucene-java/ReleaseNote43?action=diff&rev1=4&rev2=5

Comment:
Improved Lucene spatial description.

     also use an ending offset to determine whether the last token was finished or not, so that
     a query "i " will no longer suggest "Isla de Muerta" for example.
  
-  * Lucene Spatial Module now supports additional shape relations like IsWithin and Disjoint.
+  * Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
+    relationships, in addition to typical Intersects.
  
   * PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
     detached from TopDocs. Additionally, subclasses can override where string values for highlighting