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.
|
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
Stemmer.affixReader |
Modifier and Type | Field and Description |
---|---|
private ByteArrayDataInput |
SynonymFilter.bytesReader |
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) |