Package org.apache.lucene.codecs.lucene84


package org.apache.lucene.codecs.lucene84
An optimized codec format for Lucene based indexes. This is copied from Lucene 8.11.1 and then optimized to remove checksum validation in an attempt to reduce the number of bytes required to be read. Support for LUCENE indexes and queries.
  • Classes
    Class
    Description
    Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.