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.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.ValuesIterator.hash |
(package private) BytesRefHash |
SortedSetDocValuesWriter.hash |
(package private) BytesRefHash |
SortedSetDocValuesWriter.ValuesIterator.hash |
Constructor and Description |
---|
ValuesIterator(int[] sortedValues,
int valueCount,
BytesRefHash hash) |
ValuesIterator(int[] sortedValues,
int valueCount,
BytesRefHash hash) |
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) |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
ScoringRewrite.ParallelArraysTermCollector.terms |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
TermsWithScoreCollector.collectedTerms |
(package private) BytesRefHash |
TermsCollector.collectorTerms |
(package private) BytesRefHash |
TermsIncludingScoreQuery.terms |
private BytesRefHash |
TermsQuery.terms |
private BytesRefHash |
TermsQuery.SeekingTermSetTermsEnum.terms |
Modifier and Type | Method and Description |
---|---|
BytesRefHash |
GenericTermsCollector.getCollectedTerms() |
BytesRefHash |
TermsWithScoreCollector.getCollectedTerms() |
BytesRefHash |
TermsCollector.getCollectorTerms() |
Constructor and Description |
---|
SeekingTermSetTermsEnum(TermsEnum tenum,
BytesRefHash terms,
int[] ords) |
TermsIncludingScoreQuery(java.lang.String field,
boolean multipleValuesPerDocument,
BytesRefHash terms,
float[] scores,
int[] ords,
Query originalQuery,
Query unwrittenOriginalQuery) |
TermsIncludingScoreQuery(java.lang.String field,
boolean multipleValuesPerDocument,
BytesRefHash terms,
float[] scores,
Query originalQuery) |
TermsQuery(java.lang.String field,
Query fromQuery,
BytesRefHash terms) |