Class XYShapeDocValues

java.lang.Object
org.apache.lucene.document.ShapeDocValues
org.apache.lucene.document.XYShapeDocValues

public final class XYShapeDocValues extends ShapeDocValues
A concrete implementation of ShapeDocValues for storing binary doc value representation of XYShape geometries in a XYShapeDocValuesField

Note: This class cannot be instantiated directly. See XYShape for factory API based on different geometries.