Uses of Class
org.apache.lucene.internal.hppc.IntObjectHashMap
Packages that use IntObjectHashMap
Package
Description
SmartChineseAnalyzer Hidden Markov Model package.
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
Components from the Lucene 8.0 index format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.9 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
Internal copy of a subset of classes from the HPPC library.
Misc extensions of the Document/Field API.
Sandbox faceting: classes that can record per ordinal data E.g.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Shapes implemented using 3D planar geometry.
Finite-state automaton for regular expressions.
-
Uses of IntObjectHashMap in org.apache.lucene.analysis.cn.smart.hhmm
Fields in org.apache.lucene.analysis.cn.smart.hhmm declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate IntObjectHashMap
<ArrayList<SegToken>> SegGraph.tokenListTable
Map of start offsets to ArrayList of tokens at that positionprivate IntObjectHashMap
<ArrayList<SegTokenPair>> BiSegGraph.tokenPairListTable
-
Uses of IntObjectHashMap in org.apache.lucene.analysis.hunspell
Constructors in org.apache.lucene.analysis.hunspell with parameters of type IntObjectHashMapModifierConstructorDescriptionprivate
SuggestibleEntryCache
(IntObjectHashMap<SuggestibleEntryCache.SectionBuilder> builders, int maxLength) -
Uses of IntObjectHashMap in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<String> ICUTokenizerFactory.tailored
-
Uses of IntObjectHashMap in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene80DocValuesProducer.BinaryEntry> Lucene80DocValuesProducer.binaries
private final IntObjectHashMap
<Lucene80DocValuesProducer.NumericEntry> Lucene80DocValuesProducer.numerics
private final IntObjectHashMap
<Lucene80DocValuesProducer.SortedEntry> Lucene80DocValuesProducer.sorted
private final IntObjectHashMap
<Lucene80DocValuesProducer.SortedNumericEntry> Lucene80DocValuesProducer.sortedNumerics
private final IntObjectHashMap
<Lucene80DocValuesProducer.SortedSetEntry> Lucene80DocValuesProducer.sortedSets
-
Uses of IntObjectHashMap in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene90HnswVectorsReader.FieldEntry> Lucene90HnswVectorsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene91HnswVectorsReader.FieldEntry> Lucene91HnswVectorsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene92HnswVectorsReader.FieldEntry> Lucene92HnswVectorsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene94HnswVectorsReader.FieldEntry> Lucene94HnswVectorsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.backward_codecs.lucene95
Fields in org.apache.lucene.backward_codecs.lucene95 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene95HnswVectorsReader.FieldEntry> Lucene95HnswVectorsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene90DocValuesProducer.BinaryEntry> Lucene90DocValuesProducer.binaries
private IntObjectHashMap
<RandomAccessInput> Lucene90NormsProducer.dataInputs
private IntObjectHashMap
<IndexInput> Lucene90NormsProducer.disiInputs
private IntObjectHashMap
<RandomAccessInput> Lucene90NormsProducer.disiJumpTables
private final IntObjectHashMap
<Lucene90NormsProducer.NormsEntry> Lucene90NormsProducer.norms
private final IntObjectHashMap
<Lucene90DocValuesProducer.NumericEntry> Lucene90DocValuesProducer.numerics
private final IntObjectHashMap
<PointValues> Lucene90PointsReader.readers
private final IntObjectHashMap
<Lucene90DocValuesProducer.DocValuesSkipperEntry> Lucene90DocValuesProducer.skippers
private final IntObjectHashMap
<Lucene90DocValuesProducer.SortedEntry> Lucene90DocValuesProducer.sorted
private final IntObjectHashMap
<Lucene90DocValuesProducer.SortedNumericEntry> Lucene90DocValuesProducer.sortedNumerics
private final IntObjectHashMap
<Lucene90DocValuesProducer.SortedSetEntry> Lucene90DocValuesProducer.sortedSets
Constructors in org.apache.lucene.codecs.lucene90 with parameters of type IntObjectHashMapModifierConstructorDescriptionprivate
Lucene90DocValuesProducer
(IntObjectHashMap<Lucene90DocValuesProducer.NumericEntry> numerics, IntObjectHashMap<Lucene90DocValuesProducer.BinaryEntry> binaries, IntObjectHashMap<Lucene90DocValuesProducer.SortedEntry> sorted, IntObjectHashMap<Lucene90DocValuesProducer.SortedSetEntry> sortedSets, IntObjectHashMap<Lucene90DocValuesProducer.SortedNumericEntry> sortedNumerics, IntObjectHashMap<Lucene90DocValuesProducer.DocValuesSkipperEntry> skippers, IndexInput data, int maxDoc, int version, boolean merging) -
Uses of IntObjectHashMap in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<FieldReader> Lucene90BlockTreeTermsReader.fieldMap
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type IntObjectHashMapModifier and TypeMethodDescriptionLucene90BlockTreeTermsReader.sortFieldNames
(IntObjectHashMap<FieldReader> fieldMap, FieldInfos fieldInfos) -
Uses of IntObjectHashMap in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Lucene99FlatVectorsReader.FieldEntry> Lucene99FlatVectorsReader.fields
private final IntObjectHashMap
<Lucene99HnswVectorsReader.FieldEntry> Lucene99HnswVectorsReader.fields
private final IntObjectHashMap
<Lucene99ScalarQuantizedVectorsReader.FieldEntry> Lucene99ScalarQuantizedVectorsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.codecs.perfield
Fields in org.apache.lucene.codecs.perfield declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<DocValuesProducer> PerFieldDocValuesFormat.FieldsReader.fields
private final IntObjectHashMap
<KnnVectorsReader> PerFieldKnnVectorsFormat.FieldsReader.fields
-
Uses of IntObjectHashMap in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<SimpleTextKnnVectorsReader.FieldEntry> SimpleTextKnnVectorsReader.fieldEntries
-
Uses of IntObjectHashMap in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IntObjectHashMapModifier and TypeFieldDescription(package private) final IntObjectHashMap
<DocValuesProducer> SegmentDocValuesProducer.dvProducersByField
private final IntObjectHashMap
<String> FieldInfos.FieldNumbers.numberToName
-
Uses of IntObjectHashMap in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return IntObjectHashMapModifier and TypeMethodDescriptionIntObjectHashMap.clone()
static <VType> IntObjectHashMap
<VType> IntObjectHashMap.from
(int[] keys, VType[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in org.apache.lucene.internal.hppc with parameters of type IntObjectHashMapModifier and TypeMethodDescriptionprotected boolean
IntObjectHashMap.equalElements
(IntObjectHashMap<?> other) Return true if all keys of some other container exist in this container.Constructors in org.apache.lucene.internal.hppc with parameters of type IntObjectHashMapModifierConstructorDescriptionCreate a hash map from all key-value pairs of another map. -
Uses of IntObjectHashMap in org.apache.lucene.misc.document
Fields in org.apache.lucene.misc.document declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate IntObjectHashMap
<List<LazyDocument.LazyField>> LazyDocument.fields
-
Uses of IntObjectHashMap in org.apache.lucene.sandbox.facet.recorders
Fields in org.apache.lucene.sandbox.facet.recorders declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<long[]> LongAggregationsFacetRecorder.LongAggregationsLeafFacetRecorder.perOrdinalValues
private IntObjectHashMap
<long[]> LongAggregationsFacetRecorder.values
Fields in org.apache.lucene.sandbox.facet.recorders with type parameters of type IntObjectHashMapModifier and TypeFieldDescriptionprivate final List
<IntObjectHashMap<long[]>> LongAggregationsFacetRecorder.leafValues
Constructors in org.apache.lucene.sandbox.facet.recorders with parameters of type IntObjectHashMapModifierConstructorDescription(package private)
LongAggregationsLeafFacetRecorder
(LongValues[] longValues, Reducer[] reducers, IntObjectHashMap<long[]> perOrdinalValues) -
Uses of IntObjectHashMap in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<BytesRef> TermAutomatonQuery.idToTerm
private final IntObjectHashMap
<TermStates> TermAutomatonQuery.TermAutomatonWeight.termStates
Constructors in org.apache.lucene.sandbox.search with parameters of type IntObjectHashMapModifierConstructorDescriptionTermAutomatonWeight
(Automaton automaton, IndexSearcher searcher, IntObjectHashMap<TermStates> termStates, float boost) -
Uses of IntObjectHashMap in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as IntObjectHashMapModifier and TypeFieldDescription(package private) static IntObjectHashMap
<Class<?>> StandardObjects.codeRegsitry
Registry of codes to corresponding classes -
Uses of IntObjectHashMap in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate final IntObjectHashMap
<Operations.PointTransitions> Operations.PointTransitionSet.map