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.blocktree |
BlockTree terms dictionary.
|
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.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 |
---|---|
(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 |
---|---|
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 |
BKDReader.IndexTree.in |