Index Field Args
data class IndexFieldArgs(val arrayConfig: Output<String>? = null, val fieldPath: Output<String>? = null, val order: Output<String>? = null, val vectorConfig: Output<IndexFieldVectorConfigArgs>? = null) : ConvertibleToJava<IndexFieldArgs>
Constructors
Link copied to clipboard
constructor(arrayConfig: Output<String>? = null, fieldPath: Output<String>? = null, order: Output<String>? = null, vectorConfig: Output<IndexFieldVectorConfigArgs>? = null)
Properties
Link copied to clipboard
Indicates that this field supports operations on arrayValues. Only one of order
, arrayConfig
, and vectorConfig
can be specified. Possible values are: CONTAINS
.
Link copied to clipboard
Indicates that this field supports vector search operations. Only one of order
, arrayConfig
, and vectorConfig
can be specified. Vector Fields should come after the field path __name__
. Structure is documented below.