Uses of Class
org.apache.lucene.internal.hppc.IntObjectHashMap
-
Packages that use IntObjectHashMap Package Description org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package.org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library.org.apache.lucene.misc.document Misc extensions of the Document/Field API.org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry.org.apache.lucene.util.automaton 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 IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<java.util.ArrayList<SegToken>>
SegGraph. tokenListTable
Map of start offsets to ArrayList of tokens at that positionprivate IntObjectHashMap<java.util.ArrayList<SegTokenPair>>
BiSegGraph. tokenPairListTable
-
Uses of IntObjectHashMap in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<java.lang.String>
ICUTokenizerFactory. tailored
-
Uses of IntObjectHashMap in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<RandomAccessInput>
Lucene90NormsProducer. dataInputs
private IntObjectHashMap<IndexInput>
Lucene90NormsProducer. disiInputs
private IntObjectHashMap<RandomAccessInput>
Lucene90NormsProducer. disiJumpTables
private IntObjectHashMap<Lucene90NormsProducer.NormsEntry>
Lucene90NormsProducer. norms
(package private) IntObjectHashMap<PointValues>
Lucene90PointsReader. readers
-
Uses of IntObjectHashMap in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<FieldReader>
Lucene90BlockTreeTermsReader. fieldMap
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type IntObjectHashMap Modifier and Type Method Description private static java.util.List<java.lang.String>
Lucene90BlockTreeTermsReader. sortFieldNames(IntObjectHashMap<FieldReader> fieldMap, FieldInfos fieldInfos)
-
Uses of IntObjectHashMap in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<java.lang.String>
FieldInfos.FieldNumbers. numberToName
-
Uses of IntObjectHashMap in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return IntObjectHashMap Modifier and Type Method Description IntObjectHashMap<VType>
IntObjectHashMap. 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 IntObjectHashMap Modifier and Type Method Description protected 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 IntObjectHashMap Constructor Description IntObjectHashMap(IntObjectHashMap<VType> map)
Create 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 IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<java.util.List<LazyDocument.LazyField>>
LazyDocument. fields
-
Uses of IntObjectHashMap in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<BytesRef>
TermAutomatonQuery. idToTerm
private IntObjectHashMap<TermStates>
TermAutomatonQuery.TermAutomatonWeight. termStates
Constructors in org.apache.lucene.sandbox.search with parameters of type IntObjectHashMap Constructor Description TermAutomatonWeight(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 IntObjectHashMap Modifier and Type Field Description (package private) static IntObjectHashMap<java.lang.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 IntObjectHashMap Modifier and Type Field Description private IntObjectHashMap<Operations.PointTransitions>
Operations.PointTransitionSet. map
-