Packages

o

org.locationtech.geomesa.index.index

DefaultFeatureIndexFactory

object DefaultFeatureIndexFactory extends GeoMesaFeatureIndexFactory

Feature index factory providing the default indices shipped with geomesa. Note: this class is not SPI loaded

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultFeatureIndexFactory
  2. GeoMesaFeatureIndexFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def available(sft: SimpleFeatureType): Seq[(String, Int)]
  2. def create[T, U](ds: GeoMesaDataStore[_], sft: SimpleFeatureType, index: IndexId): Option[GeoMesaFeatureIndex[T, U]]

    Create an index instance

    Create an index instance

    T

    index filter values binding

    U

    index key binding

    ds

    data store

    sft

    simple feature type

    index

    index identifier

    Definition Classes
    DefaultFeatureIndexFactoryGeoMesaFeatureIndexFactory
  3. def indices(sft: SimpleFeatureType, hint: Option[String]): Seq[IndexId]

    Default indices for a feature type, based on user data hints and the schema attributes

    Default indices for a feature type, based on user data hints and the schema attributes

    sft

    simple feature type

    Definition Classes
    DefaultFeatureIndexFactoryGeoMesaFeatureIndexFactory