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 classA concrete implementation ofShapeDocValuesfor storing binary doc value representation ofLatLonShapegeometries in aLatLonShapeDocValuesFieldfinal classA concrete implementation ofShapeDocValuesfor storing binary doc value representation ofXYShapegeometries in aXYShapeDocValuesFieldFields in org.apache.lucene.document declared as ShapeDocValuesModifier and TypeFieldDescriptionprotected final ShapeDocValuesShapeDocValuesField.shapeDocValuesthe binary doc value format for this fieldMethods in org.apache.lucene.document that return ShapeDocValuesModifier and TypeMethodDescriptionprotected abstract ShapeDocValuesBaseShapeDocValuesQuery.getShapeDocValues(BytesRef binaryValue) protected ShapeDocValuesLatLonShapeDocValuesQuery.getShapeDocValues(BytesRef binaryValue) protected ShapeDocValuesXYShapeDocValuesQuery.getShapeDocValues(BytesRef binaryValue) Methods in org.apache.lucene.document with parameters of type ShapeDocValuesModifier and TypeMethodDescriptionprotected booleanBaseShapeDocValuesQuery.match(ShapeDocValues shapeDocValues) matches the doc value to the query; overridable to provide custom query logicprotected booleanBaseShapeDocValuesQuery.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)