Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Lucene 9 takes advantage of Java VarHandles, introduced in Java 9, to speed up indexing and some queries.
  • Lucene now enforces that a field has the same schema across all documents in order to enable optimizations that take advantage of the index by default.
  • ConcurrentMergeScheduler now assumes fast I/O, likely improving indexing speed in case where heuristics would incorrectly detect whether the system had fast I/O or not.
  • Encoding of postings lists changed from FOR-delta to PFOR-delta.

Other

Further details of changes are available in the change log available at: http://lucene.apache.org/core/9_0/changes/Changes.html

...