Class GeoShapeValue.StandardGeoShapeValue

java.lang.Object
org.opensearch.index.fielddata.GeoShapeValue
org.opensearch.index.fielddata.GeoShapeValue.StandardGeoShapeValue
Enclosing class:
GeoShapeValue

public static class GeoShapeValue.StandardGeoShapeValue extends GeoShapeValue
This is the standard implementation of the GeoShapeValue interface for iterating over the doc values for a GeoShape field.
  • Constructor Details

    • StandardGeoShapeValue

      public StandardGeoShapeValue(org.apache.lucene.index.BinaryDocValues binaryDocValues, String fieldName)
  • Method Details