Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- ID_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
- ID_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
-
Field name for message entry ID.
- index(IndexSchema.Index) - Method in class com.redis.vl.schema.IndexSchema.Builder
-
Set the builder from an Index configuration
- Index() - Constructor for class com.redis.vl.schema.IndexSchema.Index
-
Creates a new Index with default values
- Index(String) - Constructor for class com.redis.vl.schema.IndexSchema.Index
-
Creates a new Index with the given name
- indexed - Variable in class com.redis.vl.schema.BaseField
-
Whether this field should be indexed
- indexed(boolean) - Method in class com.redis.vl.schema.GeoField.GeoFieldBuilder
-
Set whether the field is indexed.
- indexed(boolean) - Method in class com.redis.vl.schema.NumericField.NumericFieldBuilder
-
Set whether this field should be indexed.
- indexed(boolean) - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
-
Set whether the field is indexed
- indexed(boolean) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
-
Set whether the field is indexed
- indexed(boolean) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set whether the field is indexed
- indexSchema - Variable in class com.redis.vl.storage.BaseStorage
-
The index schema for this storage instance.
- IndexSchema - Class in com.redis.vl.schema
-
Represents the schema definition for a Redis search index.
- IndexSchema.Builder - Class in com.redis.vl.schema
-
Builder for IndexSchema
- IndexSchema.Index - Class in com.redis.vl.schema
-
Inner class to hold index configuration
- IndexSchema.StorageType - Enum Class in com.redis.vl.schema
-
Storage type for documents in Redis
- info() - Method in class com.redis.vl.index.SearchIndex
-
Get index information
- initialCapacity(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the initial capacity for FLAT algorithm
- inOrder(boolean) - Method in class com.redis.vl.query.FilterQuery.FilterQueryBuilder
-
Set whether to require in-order term matching.
- inOrder(boolean) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set whether terms must be in order
- inOrder(boolean) - Method in class com.redis.vl.query.VectorRangeQuery.Builder
-
Set whether query terms must appear in order.
- INSERTED_AT_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
- INSERTED_AT_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
-
Field name for cache insertion timestamp.
- IP - Enum constant in enum class com.redis.vl.schema.VectorField.DistanceMetric
-
Inner Product distance
- isConnected() - Method in class com.redis.vl.extensions.cache.BaseCache
-
Check if the cache is connected to Redis.
- isConnected() - Method in class com.redis.vl.redis.RedisConnectionManager
-
Check if the connection manager is connected.
- isInOrder() - Method in class com.redis.vl.query.FilterQuery
-
Check if in-order matching is required.
- isInOrder() - Method in class com.redis.vl.query.VectorQuery
-
Check if terms must be in order
- isInOrder() - Method in class com.redis.vl.query.VectorRangeQuery
-
Check if query terms must appear in order.
- isNormalizeVectorDistance() - Method in class com.redis.vl.query.VectorQuery
-
Check if vector distance should be normalized
- isNormalizeVectorDistance() - Method in class com.redis.vl.query.VectorRangeQuery
-
Check if vector distances should be normalized.
- isReturnDistance() - Method in class com.redis.vl.query.VectorQuery
-
Check if distance values should be returned
- isReturnScore() - Method in class com.redis.vl.query.VectorQuery
-
Check if similarity scores should be returned
- isReturnScore() - Method in class com.redis.vl.query.VectorRangeQuery
-
Check if scores should be returned with results.
- isReturnScore() - Method in class com.redis.vl.utils.rerank.BaseReranker
-
Check if scores should be returned with results.
- isSortDescending() - Method in class com.redis.vl.query.VectorQuery
-
Check if sorting is descending
- isSortDescending() - Method in class com.redis.vl.query.VectorRangeQuery
-
Check if results should be sorted in descending order.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form