Class SpatialRecursivePrefixTreeFieldType

  • All Implemented Interfaces:
    SpatialQueryable

    public class SpatialRecursivePrefixTreeFieldType
    extends AbstractSpatialPrefixTreeFieldType<org.apache.lucene.spatial.prefix.RecursivePrefixTreeStrategy>
    See Also:
    RecursivePrefixTreeStrategy
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Field Detail

      • PREFIX_GRID_SCAN_LEVEL

        public static final String PREFIX_GRID_SCAN_LEVEL
        See Also:
        RecursivePrefixTreeStrategy.setPrefixGridScanLevel(int), Constant Field Values
    • Constructor Detail

      • SpatialRecursivePrefixTreeFieldType

        public SpatialRecursivePrefixTreeFieldType()
    • Method Detail

      • init

        protected void init​(IndexSchema schema,
                            Map<String,​String> args)
        Description copied from class: FieldType
        subclasses should initialize themselves with the args provided and remove valid arguments. leftover arguments will cause an exception. Common boolean properties have already been handled.
        Overrides:
        init in class AbstractSpatialPrefixTreeFieldType<org.apache.lucene.spatial.prefix.RecursivePrefixTreeStrategy>