Uses of Class
org.apache.lucene.internal.hppc.IntArrayList
Packages that use IntArrayList
Package
Description
Basic, general-purpose analysis components.
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Abstract classes for morphological analyzers.
Analysis components for path-like strings such as filenames.
Analysis components for Synonyms.
Lucene 9.9 file format.
The logical representation of a
Document
for indexing and
searching.Provides range faceting capabilities.
Taxonomy of Categories.
Internal copy of a subset of classes from the HPPC library.
This package contains several point types:
BigIntegerPoint
for 128-bit
integers
LatLonPoint
for latitude/longitude
geospatial points
Sandbox faceting: Range Faceting
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Shapes implemented using 3D planar geometry.
Utility classes for working with token streams as graphs.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of IntArrayList in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as IntArrayListModifier and TypeFieldDescriptionprivate final IntArrayList
FlattenGraphFilter.OutputNode.inputNodes
-
Uses of IntArrayList in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as IntArrayListMethod parameters in org.apache.lucene.analysis.hunspell with type arguments of type IntArrayListModifier and TypeMethodDescriptionDictionary.affixFST
(TreeMap<String, IntArrayList> affixes) private void
Dictionary.parseAffix
(TreeMap<String, IntArrayList> affixes, CharHashSet secondStageFlags, String header, LineNumberReader reader, AffixKind kind, Map<String, Integer> seenPatterns, Map<String, Integer> seenStrips, FlagEnumerator flags) Parses a specific affix rule putting the result into the provided affix map -
Uses of IntArrayList in org.apache.lucene.analysis.morph
Methods in org.apache.lucene.analysis.morph that return IntArrayListModifier and TypeMethodDescription(package private) IntArrayList
ViterbiNBest.Lattice.bestPathNodeList()
(package private) IntArrayList
ViterbiNBest.Lattice.nBestNodeList
(int N) -
Uses of IntArrayList in org.apache.lucene.analysis.path
Fields in org.apache.lucene.analysis.path declared as IntArrayListModifier and TypeFieldDescriptionprivate IntArrayList
ReversePathHierarchyTokenizer.delimiterPositions
-
Uses of IntArrayList in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as IntArrayList -
Uses of IntArrayList in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type IntArrayListModifier and TypeMethodDescription(package private) static ScalarQuantizer
Lucene99ScalarQuantizedVectorsWriter.mergeQuantiles
(List<ScalarQuantizer> quantizationStates, IntArrayList segmentSizes, byte bits) -
Uses of IntArrayList in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type IntArrayListModifier and TypeMethodDescriptionstatic NearestNeighbor.NearestHit[]
NearestNeighbor.nearest
(double pointLat, double pointLon, List<PointValues> readers, List<Bits> liveDocs, IntArrayList docBases, int n) -
Uses of IntArrayList in org.apache.lucene.facet.range
Fields in org.apache.lucene.facet.range declared as IntArrayListModifier and TypeFieldDescription(package private) IntArrayList
OverlappingLongRangeCounter.LongRangeNode.outputs
-
Uses of IntArrayList in org.apache.lucene.facet.taxonomy
Fields in org.apache.lucene.facet.taxonomy declared as IntArrayListModifier and TypeFieldDescriptionprivate final IntArrayList
OrdinalMappingLeafReader.OrdinalMappingSortedNumericDocValues.currentValues
-
Uses of IntArrayList in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return IntArrayListModifier and TypeMethodDescriptionIntArrayList.clone()
Clone this object.static IntArrayList
IntArrayList.from
(int... elements) Create a list from a variable number of arguments or an array ofint
.IntArrayList.reverse()
Reverses the elements in this list and returns this list.IntArrayList.sort()
Sorts the elements in this list and returns this list.Methods in org.apache.lucene.internal.hppc with parameters of type IntArrayListModifier and TypeMethodDescriptionint
IntArrayList.addAll
(IntArrayList list) Adds all elements from another list.protected boolean
IntArrayList.equalElements
(IntArrayList other) Compare index-aligned elements against anotherIntArrayList
.Constructors in org.apache.lucene.internal.hppc with parameters of type IntArrayListModifierConstructorDescriptionIntArrayList
(IntArrayList list) Creates a new list from the elements of another list in its iteration order. -
Uses of IntArrayList in org.apache.lucene.sandbox.document
Methods in org.apache.lucene.sandbox.document with parameters of type IntArrayListModifier and TypeMethodDescriptionprivate static FloatPointNearestNeighbor.NearestHit[]
FloatPointNearestNeighbor.nearest
(List<PointValues> readers, List<Bits> liveDocs, IntArrayList docBases, int topN, float[] origin) -
Uses of IntArrayList in org.apache.lucene.sandbox.facet.cutters.ranges
Fields in org.apache.lucene.sandbox.facet.cutters.ranges declared as IntArrayList -
Uses of IntArrayList in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as IntArrayListModifier and TypeFieldDescriptionprivate final IntArrayList
QueryProfilerTree.roots
A list of top-level "roots".Fields in org.apache.lucene.sandbox.search with type parameters of type IntArrayListModifier and TypeFieldDescriptionprivate final ArrayList
<IntArrayList> QueryProfilerTree.tree
Maps the Query to it's list of children. -
Uses of IntArrayList in org.apache.lucene.search
Fields in org.apache.lucene.search declared as IntArrayListModifier and TypeFieldDescriptionprivate final IntArrayList
MultiPhraseQuery.Builder.positions
private final IntArrayList
PhraseQuery.Builder.positions
-
Uses of IntArrayList in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom declared as IntArrayListModifier and TypeFieldDescriptionprivate final IntArrayList
GeoStandardPath.TreeBuilder.depthStack
-
Uses of IntArrayList in org.apache.lucene.util.graph
Methods in org.apache.lucene.util.graph with parameters of type IntArrayListModifier and TypeMethodDescriptionprivate static void
GraphTokenStreamFiniteStrings.articulationPointsRecurse
(Automaton a, int state, int d, int[] depth, int[] low, int[] parent, BitSet visited, IntArrayList points) -
Uses of IntArrayList in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as IntArrayListConstructors in org.apache.lucene.util.hnsw with parameters of type IntArrayListModifierConstructorDescriptionConstructor for iterator based on collection representing nodes