Uses of Class
org.apache.lucene.util.BytesRefHash
-
Packages that use BytesRefHash 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.monitor Monitoring frameworkorg.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. -
-
Uses of BytesRefHash in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as BytesRefHash Modifier and Type Field Description (package private) BytesRefHash
Dictionary. flagLookup
-
Uses of BytesRefHash in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as BytesRefHash Modifier and Type Field Description private BytesRefHash
StemmerOverrideFilter.Builder. hash
-
Uses of BytesRefHash in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as BytesRefHash Modifier and Type Field Description private BytesRefHash
SynonymMap.Builder. words
BytesRefHash
SynonymMap. words
map<ord, outputword>Constructors in org.apache.lucene.analysis.synonym with parameters of type BytesRefHash Constructor Description SynonymMap(FST<BytesRef> fst, BytesRefHash words, int maxHorizontalContext)
-
Uses of BytesRefHash in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BytesRefHash Modifier and Type Field Description (package private) BytesRefHash
TermsHashPerField. bytesHash
(package private) BytesRefHash
SortedDocValuesWriter.BufferedSortedDocValues. hash
(package private) BytesRefHash
SortedDocValuesWriter. hash
(package private) BytesRefHash
SortedSetDocValuesWriter.BufferedSortedSetDocValues. hash
(package private) BytesRefHash
SortedSetDocValuesWriter. hash
Constructors in org.apache.lucene.index with parameters of type BytesRefHash Constructor 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)
-
Uses of BytesRefHash in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as BytesRefHash Modifier and Type Field 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>Methods in org.apache.lucene.index.memory with parameters of type BytesRefHash Modifier and Type Method 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)
-
Uses of BytesRefHash in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as BytesRefHash Modifier and Type Field Description (package private) BytesRefHash
TermFilteredPresearcher.BytesRefHashIterator. terms
Fields in org.apache.lucene.monitor with type parameters of type BytesRefHash Modifier and Type Field Description (package private) java.util.Map<java.lang.String,BytesRefHash>
MultipassTermFilteredPresearcher.MultipassDocumentQueryBuilder. terms
private java.util.Map<java.lang.String,BytesRefHash>
QueryIndex.QueryTermFilter. termsHash
Methods in org.apache.lucene.monitor that return types with arguments of type BytesRefHash Modifier and Type Method Description protected java.util.Map<java.lang.String,BytesRefHash>
TermFilteredPresearcher. collectTerms(QueryTree querytree)
Collects terms from aQueryTree
and maps them per-fieldMethods in org.apache.lucene.monitor with parameters of type BytesRefHash Modifier and Type Method Description private static BytesRef[]
MultipassTermFilteredPresearcher. convertHash(BytesRefHash hash)
Constructors in org.apache.lucene.monitor with parameters of type BytesRefHash Constructor Description BytesRefHashIterator(BytesRefHash terms)
-
Uses of BytesRefHash in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BytesRefHash Modifier and Type Field Description (package private) BytesRefHash
ScoringRewrite.ParallelArraysTermCollector. terms
-
Uses of BytesRefHash in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as BytesRefHash Modifier and Type Field Description private BytesRefHash
TermGroupSelector. values
-
Uses of BytesRefHash in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as BytesRefHash Modifier and Type Field Description (package private) BytesRefHash
TermsWithScoreCollector. collectedTerms
(package private) BytesRefHash
TermsCollector. collectorTerms
private BytesRefHash
SeekingTermSetTermsEnum. terms
private BytesRefHash
TermsIncludingScoreQuery. terms
private BytesRefHash
TermsQuery. terms
Methods in org.apache.lucene.search.join that return BytesRefHash Modifier and Type Method Description BytesRefHash
GenericTermsCollector. getCollectedTerms()
BytesRefHash
TermsWithScoreCollector. getCollectedTerms()
BytesRefHash
TermsCollector. getCollectorTerms()
Constructors in org.apache.lucene.search.join with parameters of type BytesRefHash Constructor Description SeekingTermSetTermsEnum(TermsEnum tenum, BytesRefHash terms, int[] ords)
ConstructorTermsIncludingScoreQuery(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)
-