Uses of Class
org.apache.lucene.document.XYShapeDocValuesField
Packages that use XYShapeDocValuesField
-
Uses of XYShapeDocValuesField in org.apache.lucene.document
Methods in org.apache.lucene.document that return XYShapeDocValuesFieldModifier and TypeMethodDescriptionstatic XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, float x, float y) create aXYShapeDocValuesField
for cartesian points without creating indexable fields.static XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, List<ShapeField.DecodedTriangle> tessellation) create aXYShapeDocValuesField
from a precomputed tessellationstatic XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, XYLine line) create doc value field for x, y line geometry without creating indexable fields.static XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, XYPolygon polygon) create doc value field for X,Y polygon geometry without creating indexable fieldsstatic XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, XYPolygon polygon, boolean checkSelfIntersections) create doc value field for lat lon polygon geometry without creating indexable fields.static XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, BytesRef binaryValue) create aXYShapeDocValuesField
from an existing encoded representation