Uses of Class
org.apache.lucene.document.ShapeDocValues
Packages that use ShapeDocValues
-
Uses of ShapeDocValues in org.apache.lucene.document
Subclasses of ShapeDocValues in org.apache.lucene.documentModifier and TypeClassDescriptionfinal class
A concrete implementation ofShapeDocValues
for storing binary doc value representation ofLatLonShape
geometries in aLatLonShapeDocValuesField
final class
A concrete implementation ofShapeDocValues
for storing binary doc value representation ofXYShape
geometries in aXYShapeDocValuesField
Fields in org.apache.lucene.document declared as ShapeDocValuesModifier and TypeFieldDescriptionprotected final ShapeDocValues
ShapeDocValuesField.shapeDocValues
the binary doc value format for this fieldMethods in org.apache.lucene.document that return ShapeDocValuesModifier and TypeMethodDescriptionprotected abstract ShapeDocValues
BaseShapeDocValuesQuery.getShapeDocValues
(BytesRef binaryValue) protected ShapeDocValues
LatLonShapeDocValuesQuery.getShapeDocValues
(BytesRef binaryValue) protected ShapeDocValues
XYShapeDocValuesQuery.getShapeDocValues
(BytesRef binaryValue) Methods in org.apache.lucene.document with parameters of type ShapeDocValuesModifier and TypeMethodDescriptionprotected boolean
BaseShapeDocValuesQuery.match
(ShapeDocValues shapeDocValues) matches the doc value to the query; overridable to provide custom query logicprotected boolean
BaseShapeDocValuesQuery.matchesComponent
(ShapeDocValues dv, ShapeField.QueryRelation queryRelation, Component2D component) Constructors in org.apache.lucene.document with parameters of type ShapeDocValuesModifierConstructorDescription(package private)
ShapeDocValuesField
(String name, ShapeDocValues shapeDocValues)