Index

A B C D E F G H I J K L M N O P Q R S T U V W 
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() - Method in class com.redis.vl.extensions.summarization.EmbeddedSentence
Get the original index of this sentence.
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
indexEmpty() - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
Index empty string values (equivalent to indexEmpty(true)).
indexEmpty() - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
Index empty string values (equivalent to indexEmpty(true)).
indexEmpty(boolean) - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
Set whether to index empty string values.
indexEmpty(boolean) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
Set whether to index empty string values.
indexMissing() - Method in class com.redis.vl.schema.GeoField.GeoFieldBuilder
Index missing values (equivalent to indexMissing(true)).
indexMissing() - Method in class com.redis.vl.schema.NumericField.NumericFieldBuilder
Index missing values (equivalent to indexMissing(true)).
indexMissing() - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
Index missing values (equivalent to indexMissing(true)).
indexMissing() - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
Index missing values (equivalent to indexMissing(true)).
indexMissing(boolean) - Method in class com.redis.vl.schema.GeoField.GeoFieldBuilder
Set whether to index missing values (documents without this field).
indexMissing(boolean) - Method in class com.redis.vl.schema.NumericField.NumericFieldBuilder
Set whether to index missing values (documents without this field).
indexMissing(boolean) - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
Set whether to index missing values (documents without this field).
indexMissing(boolean) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
Set whether to index missing values (documents without this field).
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
initialize() - Method in class com.redis.vl.test.vcr.VCRContext
Initializes the VCR context, starting Redis and loading existing cassettes.
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.
INT8 - Enum constant in enum class com.redis.vl.schema.VectorField.VectorDataType
8-bit signed integer
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.
isLeanVec() - Method in enum class com.redis.vl.schema.VectorField.CompressionType
Check if this is a LeanVec compression type.
isLVQ() - Method in enum class com.redis.vl.schema.VectorField.CompressionType
Check if this is an LVQ compression type.
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.
isPlaybackMode() - Method in enum class com.redis.vl.test.vcr.VCRMode
Checks if this mode can use cached responses.
isRecordMode() - Method in enum class com.redis.vl.test.vcr.VCRMode
Checks if this mode can potentially make real API calls and record responses.
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.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form