Package com.redis.om.spring.annotations
Annotation Interface Indexed
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionredis.clients.jedis.search.Schema.VectorField.VectorAlgointintintintintintdoubleintintbooleanbooleanbooleandouble
-
Element Details
-
schemaFieldType
SchemaFieldType schemaFieldType- Default:
- AUTODETECT
-
fieldName
String fieldName- Default:
- ""
-
alias
String alias- Default:
- ""
-
sortable
boolean sortable- Default:
- false
-
noindex
boolean noindex- Default:
- false
-
weight
double weight- Default:
- 1.0
-
nostem
boolean nostem- Default:
- false
-
phonetic
String phonetic- Default:
- ""
-
separator
String separator- Default:
- "|"
-
arrayIndex
int arrayIndex- Default:
- -2147483648
-
algorithm
redis.clients.jedis.search.Schema.VectorField.VectorAlgo algorithm- Default:
- FLAT
-
type
VectorType type- Default:
- FLOAT32
-
count
int count- Default:
- -2147483648
-
dimension
int dimension- Default:
- -2147483648
-
distanceMetric
DistanceMetric distanceMetric- Default:
- L2
-
initialCapacity
int initialCapacity- Default:
- -2147483648
-
blockSize
int blockSize- Default:
- 1024
-
m
int m- Default:
- 16
-
efConstruction
int efConstruction- Default:
- 200
-
efRuntime
int efRuntime- Default:
- 10
-
epsilon
double epsilon- Default:
- 0.01
-