Uses of Class
org.apache.lucene.internal.hppc.IntObjectHashMap
Packages that use IntObjectHashMap
Package
Description
SmartChineseAnalyzer Hidden Markov Model package.
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
Lucene 9.0 file format.
BlockTree terms dictionary.
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.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.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate IntObjectHashMap
<RandomAccessInput> Lucene90NormsProducer.dataInputs
private IntObjectHashMap
<IndexInput> Lucene90NormsProducer.disiInputs
private IntObjectHashMap
<RandomAccessInput> Lucene90NormsProducer.disiJumpTables
private final IntObjectHashMap
<Lucene90NormsProducer.NormsEntry> Lucene90NormsProducer.norms
private final IntObjectHashMap
<PointValues> Lucene90PointsReader.readers
-
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.index
Fields in org.apache.lucene.index declared as IntObjectHashMapModifier and TypeFieldDescriptionprivate 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