Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.grouping |
Grouping.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
Dictionary.flagLookup |
Modifier and Type | Field and Description |
---|---|
private BytesRefHash |
StemmerOverrideFilter.Builder.hash |
Modifier and Type | Field and Description |
---|---|
BytesRefHash |
SynonymMap.words
map<ord, outputword>
|
private BytesRefHash |
SynonymMap.Builder.words |
Constructor and Description |
---|
SynonymMap(FST<BytesRef> fst,
BytesRefHash words,
int maxHorizontalContext) |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
TermsHashPerField.bytesHash |
(package private) BytesRefHash |
SortedDocValuesWriter.hash |
(package private) BytesRefHash |
SortedDocValuesWriter.BufferedSortedDocValues.hash |
(package private) BytesRefHash |
SortedSetDocValuesWriter.hash |
(package private) BytesRefHash |
SortedSetDocValuesWriter.BufferedSortedSetDocValues.hash |
Constructor and Description |
---|
BufferedSortedDocValues(BytesRefHash hash,
int valueCount,
PackedLongValues docToOrd,
int[] sortedValues,
int[] ordMap,
DocIdSetIterator docsWithField) |
BufferedSortedSetDocValues(int[] sortedValues,
int[] ordMap,
BytesRefHash hash,
PackedLongValues ords,
PackedLongValues ordCounts,
int maxCount,
DocIdSetIterator docsWithField) |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
MemoryIndex.BinaryDocValuesProducer.dvBytesValuesSet |
private BytesRefHash |
MemoryIndex.Info.terms
Term strings and their positions for this field: Map <String
termText, ArrayIntList positions>
|
Modifier and Type | Method and Description |
---|---|
private int |
MemoryIndex.MemoryIndexReader.MemoryTermsEnum.binarySearch(BytesRef b,
BytesRef bytesRef,
int low,
int high,
BytesRefHash hash,
int[] ords) |
private static SortedSetDocValues |
MemoryIndex.sortedSetDocValues(BytesRefHash values,
int[] bytesIds) |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
ScoringRewrite.ParallelArraysTermCollector.terms |
Modifier and Type | Field and Description |
---|---|
private BytesRefHash |
TermGroupSelector.values |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
TermsWithScoreCollector.collectedTerms |
(package private) BytesRefHash |
TermsCollector.collectorTerms |
private BytesRefHash |
TermsQuery.terms |
private BytesRefHash |
TermsIncludingScoreQuery.terms |
private BytesRefHash |
SeekingTermSetTermsEnum.terms |
Modifier and Type | Method and Description |
---|---|
BytesRefHash |
TermsWithScoreCollector.getCollectedTerms() |
BytesRefHash |
GenericTermsCollector.getCollectedTerms() |
BytesRefHash |
TermsCollector.getCollectorTerms() |
Constructor and Description |
---|
SeekingTermSetTermsEnum(TermsEnum tenum,
BytesRefHash terms,
int[] ords)
Constructor
|
TermsIncludingScoreQuery(ScoreMode scoreMode,
java.lang.String toField,
boolean multipleValuesPerDocument,
BytesRefHash terms,
float[] scores,
java.lang.String fromField,
Query fromQuery,
java.lang.Object indexReaderContextId) |
TermsQuery(java.lang.String toField,
BytesRefHash terms,
java.lang.String fromField,
Query fromQuery,
java.lang.Object indexReaderContextId) |