Uses of Class
org.apache.lucene.util.BytesRefHash
Packages that use BytesRefHash
Package
Description
Miscellaneous Tokenstreams.
Analysis components for Synonyms.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Monitoring framework
Code to search indices.
Grouping.
Support for index-time and query-time joins.
-
Uses of BytesRefHash in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as BytesRefHash -
Uses of BytesRefHash in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as BytesRefHashModifier and TypeFieldDescriptionprivate final BytesRefHash
SynonymMap.Builder.words
final BytesRefHash
SynonymMap.words
map<ord, outputword>Constructors in org.apache.lucene.analysis.synonym with parameters of type BytesRefHashModifierConstructorDescriptionSynonymMap
(FST<BytesRef> fst, BytesRefHash words, int maxHorizontalContext) -
Uses of BytesRefHash in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BytesRefHashModifier and TypeFieldDescriptionprivate final BytesRefHash
TermsHashPerField.bytesHash
(package private) final BytesRefHash
SortedDocValuesWriter.BufferedSortedDocValues.hash
(package private) final BytesRefHash
SortedDocValuesWriter.hash
(package private) final BytesRefHash
SortedSetDocValuesWriter.BufferedSortedSetDocValues.hash
(package private) final BytesRefHash
SortedSetDocValuesWriter.hash
Methods in org.apache.lucene.index with parameters of type BytesRefHashModifier and TypeMethodDescription(package private) static DocValuesProducer
SortedDocValuesWriter.getDocValuesProducer
(FieldInfo writerFieldInfo, BytesRefHash hash, PackedLongValues ords, int[] sortedValues, int[] ordMap, DocsWithFieldSet docsWithField, Sorter.DocMap sortMap) private SortedSetDocValues
SortedSetDocValuesWriter.getValues
(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocsWithFieldSet docsWithField) Constructors in org.apache.lucene.index with parameters of type BytesRefHashModifierConstructorDescriptionBufferedSortedDocValues
(BytesRefHash hash, PackedLongValues docToOrd, int[] sortedValues, int[] ordMap, DocIdSetIterator docsWithField) (package private)
BufferedSortedSetDocValues
(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocIdSetIterator docsWithField) -
Uses of BytesRefHash in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as BytesRefHashModifier and TypeFieldDescription(package private) BytesRefHash
MemoryIndex.BytesRefHashDocValuesProducer.dvBytesRefHashValuesSet
private BytesRefHash
MemoryIndex.Info.terms
Term strings and their positions for this field: Map <String termText, ArrayIntList positions>Methods in org.apache.lucene.index.memory with parameters of type BytesRefHashModifier and TypeMethodDescriptionprivate final 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) -
Uses of BytesRefHash in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as BytesRefHashModifier and TypeFieldDescription(package private) final BytesRefHash
TermFilteredPresearcher.BytesRefHashIterator.terms
Fields in org.apache.lucene.monitor with type parameters of type BytesRefHashModifier and TypeFieldDescription(package private) Map<String,
BytesRefHash> MultipassTermFilteredPresearcher.MultipassDocumentQueryBuilder.terms
private final Map<String,
BytesRefHash> QueryIndex.QueryTermFilter.termsHash
Methods in org.apache.lucene.monitor that return types with arguments of type BytesRefHashModifier and TypeMethodDescriptionprotected Map<String,
BytesRefHash> TermFilteredPresearcher.collectTerms
(QueryTree querytree) Collects terms from aQueryTree
and maps them per-fieldMethods in org.apache.lucene.monitor with parameters of type BytesRefHashModifier and TypeMethodDescriptionprivate static BytesRef[]
MultipassTermFilteredPresearcher.convertHash
(BytesRefHash hash) Constructors in org.apache.lucene.monitor with parameters of type BytesRefHash -
Uses of BytesRefHash in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BytesRefHashModifier and TypeFieldDescription(package private) final BytesRefHash
ScoringRewrite.ParallelArraysTermCollector.terms
-
Uses of BytesRefHash in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as BytesRefHash -
Uses of BytesRefHash in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as BytesRefHashModifier and TypeFieldDescription(package private) final BytesRefHash
TermsWithScoreCollector.collectedTerms
(package private) final BytesRefHash
TermsCollector.collectorTerms
private final BytesRefHash
SeekingTermSetTermsEnum.terms
private final BytesRefHash
TermsIncludingScoreQuery.terms
private final BytesRefHash
TermsQuery.terms
Methods in org.apache.lucene.search.join that return BytesRefHashModifier and TypeMethodDescriptionGenericTermsCollector.getCollectedTerms()
TermsWithScoreCollector.getCollectedTerms()
TermsCollector.getCollectorTerms()
Constructors in org.apache.lucene.search.join with parameters of type BytesRefHashModifierConstructorDescriptionSeekingTermSetTermsEnum
(TermsEnum tenum, BytesRefHash terms, int[] ords) Constructor(package private)
TermsIncludingScoreQuery
(ScoreMode scoreMode, String toField, boolean multipleValuesPerDocument, BytesRefHash terms, float[] scores, String fromField, Query fromQuery, Object indexReaderContextId) (package private)
TermsQuery
(String toField, BytesRefHash terms, String fromField, Query fromQuery, Object indexReaderContextId)