object DefaultFeatureIndexFactory extends GeoMesaFeatureIndexFactory
Feature index factory providing the default indices shipped with geomesa. Note: this class is not SPI loaded
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultFeatureIndexFactory
- GeoMesaFeatureIndexFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
available(sft: SimpleFeatureType): Seq[(String, Int)]
- Definition Classes
- DefaultFeatureIndexFactory → GeoMesaFeatureIndexFactory
-
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
- DefaultFeatureIndexFactory → GeoMesaFeatureIndexFactory
-
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
- DefaultFeatureIndexFactory → GeoMesaFeatureIndexFactory