Index Property Mapping Method Properties
data class IndexPropertyMappingMethodProperties(val engine: IndexPropertyMappingMethodPropertiesEngine, val name: IndexPropertyMappingMethodPropertiesName, val parameters: IndexPropertyMappingMethodPropertiesParametersProperties? = null, val spaceType: IndexPropertyMappingMethodPropertiesSpaceType? = null)
Configuration for k-NN search method
Constructors
Link copied to clipboard
constructor(engine: IndexPropertyMappingMethodPropertiesEngine, name: IndexPropertyMappingMethodPropertiesName, parameters: IndexPropertyMappingMethodPropertiesParametersProperties? = null, spaceType: IndexPropertyMappingMethodPropertiesSpaceType? = null)