Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
Stemmer.affixReader |
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
SynonymGraphFilter.bytesReader |
private ByteArrayDataInput |
SynonymFilter.bytesReader
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
BlockTermsReader.FieldReader.SegmentTermsEnum.bytesReader |
private ByteArrayDataInput |
BlockTermsReader.FieldReader.SegmentTermsEnum.freqReader |
private ByteArrayDataInput |
BlockTermsReader.FieldReader.SegmentTermsEnum.termSuffixesReader |
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayDataInput |
IntersectTermsEnumFrame.bytesReader |
(package private) ByteArrayDataInput |
SegmentTermsEnumFrame.bytesReader |
(package private) ByteArrayDataInput |
IntersectTermsEnumFrame.floorDataReader |
(package private) ByteArrayDataInput |
SegmentTermsEnumFrame.floorDataReader |
private ByteArrayDataInput |
SegmentTermsEnum.scratchReader |
(package private) ByteArrayDataInput |
IntersectTermsEnumFrame.statsReader |
(package private) ByteArrayDataInput |
SegmentTermsEnumFrame.statsReader |
(package private) ByteArrayDataInput |
IntersectTermsEnumFrame.suffixesReader |
(package private) ByteArrayDataInput |
SegmentTermsEnumFrame.suffixesReader |
Modifier and Type | Method and Description |
---|---|
void |
SegmentTermsEnumFrame.setFloorData(ByteArrayDataInput in,
BytesRef source) |
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayDataInput |
OrdsIntersectTermsEnumFrame.bytesReader |
(package private) ByteArrayDataInput |
OrdsSegmentTermsEnumFrame.bytesReader |
(package private) ByteArrayDataInput |
OrdsIntersectTermsEnumFrame.floorDataReader |
(package private) ByteArrayDataInput |
OrdsSegmentTermsEnumFrame.floorDataReader |
private ByteArrayDataInput |
OrdsSegmentTermsEnum.scratchReader |
(package private) ByteArrayDataInput |
OrdsIntersectTermsEnumFrame.statsReader |
(package private) ByteArrayDataInput |
OrdsSegmentTermsEnumFrame.statsReader |
(package private) ByteArrayDataInput |
OrdsIntersectTermsEnumFrame.suffixesReader |
(package private) ByteArrayDataInput |
OrdsSegmentTermsEnumFrame.suffixesReader |
Modifier and Type | Method and Description |
---|---|
void |
OrdsSegmentTermsEnumFrame.setFloorData(ByteArrayDataInput in,
BytesRef source) |
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
CompressingTermVectorsReader.TVTermsEnum.in |
Modifier and Type | Method and Description |
---|---|
(package private) void |
CompressingTermVectorsReader.TVTermsEnum.reset(int numTerms,
int flags,
int[] prefixLengths,
int[] suffixLengths,
int[] termFreqs,
int[] positionIndex,
int[] positions,
int[] startOffsets,
int[] lengths,
int[] payloadIndex,
BytesRef payloads,
ByteArrayDataInput in) |
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayDataInput |
IDVersionSegmentTermsEnumFrame.bytesReader |
(package private) ByteArrayDataInput |
IDVersionSegmentTermsEnumFrame.floorDataReader |
private ByteArrayDataInput |
IDVersionSegmentTermsEnum.scratchReader |
(package private) ByteArrayDataInput |
IDVersionSegmentTermsEnumFrame.suffixesReader |
Modifier and Type | Method and Description |
---|---|
void |
IDVersionSegmentTermsEnumFrame.setFloorData(ByteArrayDataInput in,
BytesRef source) |
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
Lucene50ScoreSkipReader.badi |
Modifier and Type | Method and Description |
---|---|
(package private) static Lucene50ScoreSkipReader.MutableImpactList |
Lucene50ScoreSkipReader.readImpacts(ByteArrayDataInput in,
Lucene50ScoreSkipReader.MutableImpactList reuse) |
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
Lucene84ScoreSkipReader.badi |
Modifier and Type | Method and Description |
---|---|
(package private) static Lucene84ScoreSkipReader.MutableImpactList |
Lucene84ScoreSkipReader.readImpacts(ByteArrayDataInput in,
Lucene84ScoreSkipReader.MutableImpactList reuse) |
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayDataInput |
FSTTermsReader.TermsReader.BaseTermsEnum.bytesReader |
(package private) ByteArrayDataInput |
FSTOrdTermsReader.TermsReader.BaseTermsEnum.metaBytesReader |
(package private) ByteArrayDataInput |
FSTOrdTermsReader.TermsReader.BaseTermsEnum.metaLongsReader |
(package private) ByteArrayDataInput |
FSTOrdTermsReader.TermsReader.BaseTermsEnum.statsReader |
Modifier and Type | Field and Description |
---|---|
protected ByteArrayDataInput |
BlockReader.blockReadBuffer
In-memory read buffer for the current block.
|
protected ByteArrayDataInput |
BlockReader.termStatesReadBuffer
In-memory read buffer for the details region of the current block.
|
Modifier and Type | Method and Description |
---|---|
protected long |
SortedInputIterator.decode(BytesRef scratch,
ByteArrayDataInput tmpInput)
decodes the weight at the current position
|
protected java.util.Set<BytesRef> |
SortedInputIterator.decodeContexts(BytesRef scratch,
ByteArrayDataInput tmpInput)
decodes the contexts at the current position
|
protected BytesRef |
SortedInputIterator.decodePayload(BytesRef scratch,
ByteArrayDataInput tmpInput)
decodes the payload at the current position
|
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
AnalyzingSuggester.AnalyzingComparator.readerA |
private ByteArrayDataInput |
AnalyzingSuggester.AnalyzingComparator.readerB |
Modifier and Type | Method and Description |
---|---|
protected long |
WFSTCompletionLookup.WFSTInputIterator.decode(BytesRef scratch,
ByteArrayDataInput tmpInput) |
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
BKDReader.BKDOnHeapInput.packedIndex |
Constructor and Description |
---|
BKDOnHeapInput(ByteArrayDataInput packedIndex,
long minLeadBlockFP) |