Uses of Package
org.apache.lucene.codecs
Packages that use org.apache.lucene.codecs
Package
Description
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Lucene 6.0 file format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Lucene 9.4 file format.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Support for document suggestion
Block KD-tree, implementing the generic spatial data structure described in this paper.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene40.blocktreeClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene50ClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.A read-onlyDirectory
that consists of a view over a compound file.Encodes/decodes compound filesAbstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Format for live/deleted documentsThis abstract class reads skip lists with multiple levels.Encodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Controls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene50.compressingClassDescriptionControls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,
StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectorsCodec API for reading term vectors:Codec API for writing term vectors: For every document,TermVectorsWriter.startDocument(int)
is called, informing the Codec how many fields will be written. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene60ClassDescriptionEncodes/decodes
FieldInfos
Encodes/decodes indexed points.Abstract API to visit point values.Abstract API to write points -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene70ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesAbstract API that consumes numeric, binary and sorted docvalues.Encodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchFormat for live/deleted documentsAbstract API that consumes normalization values.Encodes/decodes per-document score normalization values.Abstract API that produces field normalization valuesEncodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene80ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesAbstract API that consumes numeric, binary and sorted docvalues.Encodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchFormat for live/deleted documentsAbstract API that consumes normalization values.Encodes/decodes per-document score normalization values.Abstract API that produces field normalization valuesEncodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene84ClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Encodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodesFieldInfos
Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchFormat for live/deleted documentsThis abstract class reads skip lists with multiple levels.Encodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene86ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchFormat for live/deleted documentsEncodes/decodes per-document score normalization values.Encodes/decodes indexed points.Abstract API to visit point values.Abstract API to write pointsEncodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene87ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchFormat for live/deleted documentsEncodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene90ClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Encodes/decodes an inverted index segment.This class accumulates the (freq, norm) pairs that may produce competitive scores.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodesFieldInfos
Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsThis abstract class reads skip lists with multiple levels.This abstract class writes skip lists with multiple levels.Encodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings.Extension ofPostingsWriterBase
, adding a push API for writing each element of the postings.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene91ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsEncodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene92ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsEncodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene94ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodes
FieldInfos
Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsEncodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.backward_codecs.lucene95ClassDescriptionEncodes/decodes an inverted index segment.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodes
FieldInfos
An interface that provides an HNSW graph.Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsEncodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecsClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Encodes/decodes an inverted index segment.This class accumulates the (freq, norm) pairs that may produce competitive scores.A read-onlyDirectory
that consists of a view over a compound file.Encodes/decodes compound filesAbstract API that consumes numeric, binary and sorted docvalues.Tracks state of one numeric sub-reader that we are mergingTracks state of one sorted sub-reader that we are mergingEncodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Encodes/decodesFieldInfos
Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Vectors' writer for a fieldReads vectors from an index.Vectors' writer for a field that allows additional indexing logic to be implemented by the callerVectors' writer for a fieldEncodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Tracks state of one sub-reader that we are mergingFormat for live/deleted documentsAbstract API that consumes normalization values.Encodes/decodes per-document score normalization values.Abstract API that produces field normalization valuesEncodes/decodes indexed points.Abstract API to visit point values.Abstract API to write pointsEncodes/decodes terms, postings, and proximity data.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.A visitor that adds every field it sees.Controls the format of term vectorsCodec API for reading term vectors:Codec API for writing term vectors: For every document,TermVectorsWriter.startDocument(int)
is called, informing the Codec how many fields will be written. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.blocktermsClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesThe core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings.Holder for per-term statistics. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.blocktreeordsClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.bloomClassDescriptionAbstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.
-
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.lucene90ClassDescriptionA read-only
Directory
that consists of a view over a compound file.Encodes/decodes compound filesAbstract API that consumes numeric, binary and sorted docvalues.Encodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Format for live/deleted documentsAbstract API that consumes normalization values.Encodes/decodes per-document score normalization values.Abstract API that produces field normalization valuesEncodes/decodes indexed points.Abstract API to visit point values.Abstract API to write pointsControls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.lucene90.blocktreeClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesThe core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.lucene90.compressingClassDescriptionControls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,
StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectorsCodec API for reading term vectors:Codec API for writing term vectors: For every document,TermVectorsWriter.startDocument(int)
is called, informing the Codec how many fields will be written. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.lucene94
-
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.lucene99ClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Encodes/decodes an inverted index segment.This class accumulates the (freq, norm) pairs that may produce competitive scores.Encodes/decodes compound filesEncodes/decodes per-document values.Encodes/decodesFieldInfos
Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Vectors' writer for a fieldEncodes/decodes per-document vectorsReads vectors from an index.Vectors' writer for a field that allows additional indexing logic to be implemented by the callerAn interface that provides an HNSW graph.Vectors' writer for a fieldEncodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsThis abstract class reads skip lists with multiple levels.This abstract class writes skip lists with multiple levels.Encodes/decodes per-document score normalization values.Encodes/decodes indexed points.Encodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings.Extension ofPostingsWriterBase
, adding a push API for writing each element of the postings.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsControls the format of term vectors -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.memoryClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.perfieldClassDescriptionAbstract API that consumes numeric, binary and sorted docvalues.Encodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Vectors' writer for a fieldEncodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.
-
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.simpletextClassDescriptionBuffers up pending vector value(s) per doc, then flushes when segment flushes.Encodes/decodes an inverted index segment.This class accumulates the (freq, norm) pairs that may produce competitive scores.A read-only
Directory
that consists of a view over a compound file.Encodes/decodes compound filesAbstract API that consumes numeric, binary and sorted docvalues.Encodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Encodes/decodesFieldInfos
Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Encodes/decodes per-document vector and any associated indexing structures required to support nearest-neighbor searchReads vectors from an index.Writes vectors to an index.Format for live/deleted documentsThis abstract class reads skip lists with multiple levels.This abstract class writes skip lists with multiple levels.One leafPointValues.PointTree
whose order of points can be changed.Abstract API that consumes normalization values.Encodes/decodes per-document score normalization values.Abstract API that produces field normalization valuesEncodes/decodes indexed points.Abstract API to visit point values.Abstract API to write pointsEncodes/decodes terms, postings, and proximity data.Expert: Controls the format of theSegmentInfo
(segment metadata file).Controls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectorsCodec API for reading term vectors:Codec API for writing term vectors: For every document,TermVectorsWriter.startDocument(int)
is called, informing the Codec how many fields will be written. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.codecs.uniformsplitClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.indexClassDescriptionEncodes/decodes an inverted index segment.A read-only
Directory
that consists of a view over a compound file.Abstract API that consumes numeric, binary and sorted docvalues.Encodes/decodes per-document values.Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.Encodes/decodesFieldInfos
Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Vectors' writer for a fieldReads vectors from an index.Writes vectors to an index.One leafPointValues.PointTree
whose order of points can be changed.Abstract API that consumes normalization values.Abstract API that produces field normalization valuesAbstract API to visit point values.Abstract API to write pointsControls the format of stored fieldsCodec API for reading stored fields.Codec API for writing stored fields: For every document,StoredFieldsWriter.startDocument()
is called, informing the Codec that a new document has started.Controls the format of term vectorsCodec API for reading term vectors:Codec API for writing term vectors: For every document,TermVectorsWriter.startDocument(int)
is called, informing the Codec how many fields will be written. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.sandbox.codecs.idversionClassDescriptionHolds all state required for
PostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Abstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.The core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnum
andPostingsEnum
instances.Class that plugs into term dictionaries, such asLucene90BlockTreeTermsWriter
, and handles writing postings.Extension ofPostingsWriterBase
, adding a push API for writing each element of the postings. -
Classes in org.apache.lucene.codecs used by org.apache.lucene.search.suggest.documentClassDescriptionAbstract API that consumes terms, doc, freq, prox, offset and payloads postings.Abstract API that produces terms, doc, freq, prox, offset and payloads postings.Abstract API that produces field normalization valuesEncodes/decodes terms, postings, and proximity data.
-
Classes in org.apache.lucene.codecs used by org.apache.lucene.util.bkd
-
Classes in org.apache.lucene.codecs used by org.apache.lucene.util.hnsw