Uses of Interface
org.apache.lucene.document.ShapeDocValues.Encoder
-
Packages that use ShapeDocValues.Encoder Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of ShapeDocValues.Encoder in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ShapeDocValues.Encoder Modifier and Type Field Description private ShapeDocValues.Encoder
ShapeDocValues.ShapeComparator. encoder
Methods in org.apache.lucene.document that return ShapeDocValues.Encoder Modifier and Type Method Description protected ShapeDocValues.Encoder
LatLonShapeDocValues. getEncoder()
protected abstract ShapeDocValues.Encoder
ShapeDocValues. getEncoder()
protected ShapeDocValues.Encoder
XYShapeDocValues. getEncoder()
-