Uses of Class
org.apache.lucene.util.BytesRefHash
Packages that use BytesRefHash
Package
Description
Miscellaneous Tokenstreams.
Analysis components for Synonyms.
Analysis components for Synonyms using Word2Vec model.
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 BytesRefHashSynonymMap.Builder.wordsfinal BytesRefHashSynonymMap.wordsmap<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.analysis.synonym.word2vec
Fields in org.apache.lucene.analysis.synonym.word2vec declared as BytesRefHashConstructors in org.apache.lucene.analysis.synonym.word2vec with parameters of type BytesRefHashModifierConstructorDescriptionprivateWord2VecModel(int dictionarySize, int vectorDimension, TermAndVector[] termsAndVectors, BytesRefHash word2Vec) -
Uses of BytesRefHash in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BytesRefHashModifier and TypeFieldDescriptionprivate final BytesRefHashTermsHashPerField.bytesHashprivate final BytesRefHashBufferedUpdates.BytesRefIntMap.bytesRefHash(package private) final BytesRefHashSortedDocValuesWriter.BufferedSortedDocValues.hash(package private) final BytesRefHashSortedDocValuesWriter.hash(package private) final BytesRefHashSortedSetDocValuesWriter.BufferedSortedSetDocValues.hash(package private) final BytesRefHashSortedSetDocValuesWriter.hashMethods in org.apache.lucene.index with parameters of type BytesRefHashModifier and TypeMethodDescription(package private) static DocValuesProducerSortedDocValuesWriter.getDocValuesProducer(FieldInfo writerFieldInfo, BytesRefHash hash, PackedLongValues ords, int[] sortedValues, int[] ordMap, DocsWithFieldSet docsWithField, Sorter.DocMap sortMap) private SortedSetDocValuesSortedSetDocValuesWriter.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) BytesRefHashMemoryIndex.BytesRefHashDocValuesProducer.dvBytesRefHashValuesSetprivate 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 BytesRefHashModifier and TypeMethodDescriptionprivate final 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 BytesRefHashModifier and TypeFieldDescription(package private) final BytesRefHashTermFilteredPresearcher.BytesRefHashIterator.termsFields in org.apache.lucene.monitor with type parameters of type BytesRefHashModifier and TypeFieldDescription(package private) Map<String, BytesRefHash> MultipassTermFilteredPresearcher.MultipassDocumentQueryBuilder.termsprivate final Map<String, BytesRefHash> QueryIndex.QueryTermFilter.termsHashMethods 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 aQueryTreeand 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 BytesRefHashScoringRewrite.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 BytesRefHashTermsWithScoreCollector.collectedTerms(package private) final BytesRefHashTermsCollector.collectorTermsprivate final BytesRefHashSeekingTermSetTermsEnum.termsprivate final BytesRefHashTermsIncludingScoreQuery.termsprivate final BytesRefHashTermsQuery.termsMethods 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)