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 2014/09/01 23:04:02 UTC

[Lucene-java Wiki] Update of "ReleaseNote410" by RyanErnst

Dear Wiki user,

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

The "ReleaseNote410" page has been changed by RyanErnst:
https://wiki.apache.org/lucene-java/ReleaseNote410?action=diff&rev1=2&rev2=3

  * New TermAutomatonQuery using an automaton for proximity queries.
    http://blog.mikemccandless.com/2014/08/a-new-proximity-query-for-lucene-using.html
  
- * New OrdsBlockTree terms dictionary supporting ord lookup
+ * New OrdsBlockTree terms dictionary supporting ord lookup.
  
- * Simplified matchVersion handling for Analyzers with new setVersion method,
-   as well as Analyzer constructors not requiring Version.
+ * Simplified matchVersion handling for Analyzers with new setVersion method, as well as Analyzer constructors not requiring Version.
+ 
+ * Fixed possible corruption when opening a 3.x index with NRT reader.
+ 
+ * Fixed edge case in StandardTokenizer that caused extremely slow parsing times with long text which partially matched grammar rules.
  
  FILL IN MORE