Uses of Package
org.apache.lucene.internal.hppc
-
Packages that use org.apache.lucene.internal.hppc Package Description org.apache.lucene.analysis.charfilter Normalization of text before the tokenizer.org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package.org.apache.lucene.analysis.core Basic, general-purpose analysis components.org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell
), and a stemming TokenFilter (HunspellStemFilter
) based on it.org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.path Analysis components for path-like strings such as filenames.org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.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.misc.search Misc search implementations.org.apache.lucene.queryparser.classic A simple query parser implemented with JavaCC.org.apache.lucene.sandbox.document This package contains several point types:BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial pointsorg.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.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.org.apache.lucene.search.vectorhighlight Another highlighter implementation based on term vectors.org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry.org.apache.lucene.util.automaton Finite-state automaton for regular expressions.org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper.org.apache.lucene.util.graph Utility classes for working with token streams as graphs.org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.org.egothor.stemmer Egothor stemmer API. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.charfilter Class Description CharObjectHashMap A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.cn.smart.hhmm Class Description IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.core Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.hunspell Class Description CharHashSet A hash set ofchar
s, implemented using open addressing with linear probing for collision resolution.CharObjectHashMap A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution.IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.icu.segmentation Class Description IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.ja Class Description CharObjectHashMap A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.path Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.analysis.synonym Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.codecs.lucene90 Class Description IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution.LongIntHashMap A hash map oflong
toint
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.codecs.lucene90.blocktree Class Description IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.codecs.lucene99 Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.index Class Description IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution.LongArrayList An array-backed list oflong
.LongHashSet A hash set oflong
s, implemented using open addressing with linear probing for collision resolution.LongObjectHashMap A hash map oflong
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.internal.hppc Class Description AbstractIterator Simplifies the implementation of iterators a bit.CharCursor Forked from HPPC, holding int index and char value.CharHashSet A hash set ofchar
s, implemented using open addressing with linear probing for collision resolution.CharObjectHashMap A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution.CharObjectHashMap.CharObjectCursor Forked from HPPC, holding int index,key and valueCharObjectHashMap.KeysContainer A view of the keys inside this hash map.CharObjectHashMap.ValuesContainer A view over the set of values of this map.DoubleCursor Forked from HPPC, holding int index and double value.FloatArrayList An array-backed list offloat
.FloatCursor Forked from HPPC, holding int index and float value.IntArrayList An array-backed list ofint
.IntCursor Forked from HPPC, holding int index and int value.IntDoubleHashMap A hash map ofint
todouble
, implemented using open addressing with linear probing for collision resolution.IntDoubleHashMap.IntDoubleCursor Forked from HPPC, holding int index,key and valueIntDoubleHashMap.KeysContainer A view of the keys inside this hash map.IntDoubleHashMap.ValuesContainer A view over the set of values of this map.IntFloatHashMap A hash map ofint
tofloat
, implemented using open addressing with linear probing for collision resolution.IntFloatHashMap.IntFloatCursor Forked from HPPC, holding int index,key and valueIntFloatHashMap.KeysContainer A view of the keys inside this hash map.IntFloatHashMap.ValuesContainer A view over the set of values of this map.IntHashSet A hash set ofint
s, implemented using open addressing with linear probing for collision resolution.IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution.IntIntHashMap.IntContainer IntCursor iterable with size and toArray function implementedIntIntHashMap.IntIntCursor Forked from HPPC, holding int index,key and valueIntIntHashMap.KeysContainer A view of the keys inside this hash map.IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution.IntObjectHashMap.IntObjectCursor Forked from HPPC, holding int index,key and valueIntObjectHashMap.KeysContainer A view of the keys inside this hash map.IntObjectHashMap.ValuesContainer A view over the set of values of this map.LongArrayList An array-backed list oflong
.LongCursor Forked from HPPC, holding int index and long value.LongFloatHashMap A hash map oflong
tofloat
, implemented using open addressing with linear probing for collision resolution.LongFloatHashMap.KeysContainer A view of the keys inside this hash map.LongFloatHashMap.LongFloatCursor Forked from HPPC, holding int index,key and valueLongFloatHashMap.ValuesContainer A view over the set of values of this map.LongHashSet A hash set oflong
s, implemented using open addressing with linear probing for collision resolution.LongIntHashMap A hash map oflong
toint
, implemented using open addressing with linear probing for collision resolution.LongIntHashMap.KeysContainer A view of the keys inside this hash map.LongIntHashMap.LongIntCursor Forked from HPPC, holding int index,key and valueLongIntHashMap.ValuesContainer A view over the set of values of this map.LongObjectHashMap A hash map oflong
toObject
, implemented using open addressing with linear probing for collision resolution.LongObjectHashMap.KeysContainer A view of the keys inside this hash map.LongObjectHashMap.LongObjectCursor Forked from HPPC, holding int index,key and valueLongObjectHashMap.ValuesContainer A view over the set of values of this map.ObjectCursor Forked from HPPC, holding int index and Object value. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.misc.document Class Description IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.misc.search Class Description LongObjectHashMap A hash map oflong
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.queryparser.classic Class Description IntHashSet A hash set ofint
s, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.sandbox.document Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.sandbox.search Class Description IntArrayList An array-backed list ofint
.IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.search Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.search.grouping Class Description IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.search.join Class Description FloatArrayList An array-backed list offloat
.FloatCursor Forked from HPPC, holding int index and float value.IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.search.vectorhighlight Class Description CharHashSet A hash set ofchar
s, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.spatial3d.geom Class Description IntArrayList An array-backed list ofint
.IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.util.automaton Class Description IntHashSet A hash set ofint
s, implemented using open addressing with linear probing for collision resolution.IntIntHashMap A hash map ofint
toint
, implemented using open addressing with linear probing for collision resolution.IntObjectHashMap A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.util.bkd Class Description LongArrayList An array-backed list oflong
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.util.graph Class Description IntArrayList An array-backed list ofint
. -
Classes in org.apache.lucene.internal.hppc used by org.apache.lucene.util.hnsw Class Description IntArrayList An array-backed list ofint
.IntCursor Forked from HPPC, holding int index and int value. -
Classes in org.apache.lucene.internal.hppc used by org.egothor.stemmer Class Description CharObjectHashMap A hash map ofchar
toObject
, implemented using open addressing with linear probing for collision resolution.