Class AbstractSpatialPrefixTreeFieldType<T extends org.apache.lucene.spatial.prefix.PrefixTreeStrategy>

All Implemented Interfaces:
SpatialQueryable
Direct Known Subclasses:
DateRangeField, SpatialRecursivePrefixTreeFieldType

public abstract class AbstractSpatialPrefixTreeFieldType<T extends org.apache.lucene.spatial.prefix.PrefixTreeStrategy> extends AbstractSpatialFieldType<T>
See Also:
  • PrefixTreeStrategy
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Field Details

    • DEFAULT_FIELD_VALUES_ARRAY_LEN

      public static final String DEFAULT_FIELD_VALUES_ARRAY_LEN
      See Also:
    • FIELD_TYPE_INVARIANTS

      public static final Map<String,String> FIELD_TYPE_INVARIANTS
    • grid

      protected org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree grid
  • Constructor Details

    • AbstractSpatialPrefixTreeFieldType

      public AbstractSpatialPrefixTreeFieldType()
  • Method Details