Java org.apache.lucene.index PointValues fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index PointValues fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index PointValues.

The text is from its open source code.

Method

intgetBytesPerDimension()
Returns the number of bytes per dimension
intgetDocCount()
Returns the total number of documents that have indexed at least one point.
byte[]getMaxPackedValue()
Returns maximum value for each dimension, packed, or null if #size is 0
byte[]getMinPackedValue()
Returns minimum value for each dimension, packed, or null if #size is 0
voidintersect(IntersectVisitor visitor)
Finds all documents and points matching the provided visitor.
longsize(IndexReader reader, String field)
Return the cumulated number of points across all leaves of the given IndexReader .
longsize()
Returns the total number of indexed points across all documents.