Uses of Class
org.apache.lucene.codecs.MutablePointValues
Packages that use MutablePointValues
Package
Description
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
Block KD-tree, implementing the generic spatial data structure described in
this paper.
-
Uses of MutablePointValues in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext with parameters of type MutablePointValuesModifier and TypeMethodDescriptionprivate voidSimpleTextBKDWriter.build(int nodeID, int leafNodeOffset, MutablePointValues reader, int from, int to, IndexOutput out, byte[] minPackedValue, byte[] maxPackedValue, byte[] splitPackedValues, long[] leafBlockFPs, int[] spareDocIds) longSimpleTextBKDWriter.writeField(IndexOutput out, String fieldName, MutablePointValues reader) Write a field from aMutablePointValues.private longSimpleTextBKDWriter.writeField1Dim(IndexOutput out, String fieldName, MutablePointValues reader) private longSimpleTextBKDWriter.writeFieldNDims(IndexOutput out, String fieldName, MutablePointValues values) -
Uses of MutablePointValues in org.apache.lucene.index
Subclasses of MutablePointValues in org.apache.lucene.indexModifier and TypeClassDescription(package private) static final classFields in org.apache.lucene.index declared as MutablePointValuesModifier and TypeFieldDescriptionprivate final MutablePointValuesPointValuesWriter.MutableSortingPointValues.inConstructors in org.apache.lucene.index with parameters of type MutablePointValuesModifierConstructorDescriptionMutableSortingPointValues(MutablePointValues in, Sorter.DocMap docMap) -
Uses of MutablePointValues in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd with parameters of type MutablePointValuesModifier and TypeMethodDescriptionprivate voidBKDWriter.build(int leavesOffset, int numLeaves, MutablePointValues reader, int from, int to, IndexOutput out, byte[] minPackedValue, byte[] maxPackedValue, int[] parentSplits, byte[] splitPackedValues, byte[] splitDimensionValues, long[] leafBlockFPs, int[] spareDocIds) private voidBKDWriter.computePackedValueBounds(MutablePointValues values, int from, int to, byte[] minPackedValue, byte[] maxPackedValue, BytesRef scratch) static voidMutablePointsReaderUtils.partition(BKDConfig config, int maxDoc, int splitDim, int commonPrefixLen, MutablePointValues reader, int from, int to, int mid, BytesRef scratch1, BytesRef scratch2) Partition points aroundmid.static voidMutablePointsReaderUtils.sort(BKDConfig config, int maxDoc, MutablePointValues reader, int from, int to) Sort the givenMutablePointValuesbased on its packed value then doc ID.static voidMutablePointsReaderUtils.sortByDim(BKDConfig config, int sortedDim, int[] commonPrefixLengths, MutablePointValues reader, int from, int to, BytesRef scratch1, BytesRef scratch2) Sort points on the given dimension.BKDWriter.writeField(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, String fieldName, MutablePointValues reader) Write a field from aMutablePointValues.private RunnableBKDWriter.writeField1Dim(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, String fieldName, MutablePointValues reader) private RunnableBKDWriter.writeFieldNDims(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, String fieldName, MutablePointValues values)