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 2016/08/20 11:31:39 UTC

[Lucene-java Wiki] Update of "ReleaseNote62" by UweSchindler

Dear Wiki user,

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

The "ReleaseNote62" page has been changed by UweSchindler:
https://wiki.apache.org/lucene-java/ReleaseNote62?action=diff&rev1=10&rev2=11

Comment:
make the SIGSEGV statement conditionally, otherwise it may make people think there is generally the risk of SIGSEGV

    * StandardAnalyzer is moved to core and is the default analyzer
    * MatchNoDocsQuery now includes the reason it was created
    * QueryParser can now be told to not pre-split on whitespace
-   * MMapDirectory tries harder to prevent SIGSEGV, but it's still best effort
+   * MMapDirectory tries harder to prevent SIGSEGV if buggy code tries to execute
+     searches after the index was closed, but it's still best effort
+   * MMapDirectory no longer allocates weak references to ease garbage
+     collection
  
  Optimizations
    * Conjunction (MUST, FILTER) queries are faster