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) BytesRefHashDictionary. 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 BytesRefHashStemmerOverrideFilter.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 BytesRefHashSynonymMap.Builder. wordsBytesRefHashSynonymMap. wordsmap<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 private BytesRefHashTermsHashPerField. bytesHash(package private) BytesRefHashSortedDocValuesWriter.BufferedSortedDocValues. hash(package private) BytesRefHashSortedDocValuesWriter. hash(package private) BytesRefHashSortedSetDocValuesWriter.BufferedSortedSetDocValues. hash(package private) BytesRefHashSortedSetDocValuesWriter. hashConstructors 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) BytesRefHashMemoryIndex.BinaryDocValuesProducer. dvBytesValuesSetprivate BytesRefHashMemoryIndex.Info. termsTerm 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 intMemoryIndex.MemoryIndexReader.MemoryTermsEnum. binarySearch(BytesRef b, BytesRef bytesRef, int low, int high, BytesRefHash hash, int[] ords)private static SortedSetDocValuesMemoryIndex. 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) BytesRefHashTermFilteredPresearcher.BytesRefHashIterator. termsFields 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. termsprivate java.util.Map<java.lang.String,BytesRefHash>QueryIndex.QueryTermFilter. termsHashMethods 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 aQueryTreeand 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) BytesRefHashScoringRewrite.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 BytesRefHashTermGroupSelector. 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) BytesRefHashTermsWithScoreCollector. collectedTerms(package private) BytesRefHashTermsCollector. collectorTermsprivate BytesRefHashSeekingTermSetTermsEnum. termsprivate BytesRefHashTermsIncludingScoreQuery. termsprivate BytesRefHashTermsQuery. termsMethods in org.apache.lucene.search.join that return BytesRefHash Modifier and Type Method Description BytesRefHashGenericTermsCollector. getCollectedTerms()BytesRefHashTermsWithScoreCollector. getCollectedTerms()BytesRefHashTermsCollector. 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)
-