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

T

tag(String, String...) - Static method in class com.redis.vl.query.Filter
Create a tag filter
TAG - Enum constant in enum class com.redis.vl.schema.FieldType
Tag field for exact matching
TagField - Class in com.redis.vl.schema
TagField represents an exact-match field in Redis.
TagField(String) - Constructor for class com.redis.vl.schema.TagField
Create a TagField with just a name
TagField.TagFieldBuilder - Class in com.redis.vl.schema
Fluent builder for TagField
tagNot(String, String...) - Static method in class com.redis.vl.query.Filter
Create a negated tag filter (tag != value)
text(String) - Method in class com.redis.vl.query.HybridQuery.HybridQueryBuilder
Set the text query string.
text(String, String) - Static method in class com.redis.vl.query.Filter
Create a text search filter
TEXT - Enum constant in enum class com.redis.vl.schema.FieldType
Text field for full-text search
TEXT_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
 
TEXT_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
Field name for text in embeddings cache.
TextField - Class in com.redis.vl.schema
TextField represents a full-text searchable field in Redis.
TextField(String) - Constructor for class com.redis.vl.schema.TextField
Create a TextField with just a name
TextField.TextFieldBuilder - Class in com.redis.vl.schema
Fluent builder for TextField
textFieldName(String) - Method in class com.redis.vl.query.HybridQuery.HybridQueryBuilder
Set the name of the text field to search.
textNot(String, String) - Static method in class com.redis.vl.query.Filter
Create a negated text filter (text != value)
TextQuery - Class in com.redis.vl.query
Full-text search query
TextQuery(String, String, String, Filter, List<String>) - Constructor for class com.redis.vl.query.TextQuery
Create a text query with all parameters.
TextQuery(String, String, String, List<String>) - Constructor for class com.redis.vl.query.TextQuery
Create a text query without a filter expression.
textScorer(String) - Method in class com.redis.vl.query.HybridQuery.HybridQueryBuilder
Set the scoring algorithm for text search.
timestamp(String) - Static method in class com.redis.vl.query.Filter
Create a timestamp filter builder
TIMESTAMP_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
 
TIMESTAMP_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
Field name for message timestamp.
toDict() - Method in class com.redis.vl.extensions.messagehistory.ChatMessage
Converts the ChatMessage to a Map suitable for storing in Redis.
toDict() - Method in class com.redis.vl.extensions.router.Route
Convert route to a map for JSON serialization.
toDict() - Method in class com.redis.vl.extensions.router.SemanticRouter
Convert router to dictionary for JSON serialization.
toJedisFieldName() - Method in class com.redis.vl.schema.BaseField
Convert to Jedis FieldName for query building.
toJedisPoolConfig() - Method in class com.redis.vl.redis.RedisConnectionConfig
Create a JedisPoolConfig from this configuration.
toJedisSchemaField() - Method in class com.redis.vl.schema.BaseField
Convert to Jedis SchemaField for index creation.
toJedisSchemaField() - Method in class com.redis.vl.schema.GeoField
 
toJedisSchemaField() - Method in class com.redis.vl.schema.NumericField
 
toJedisSchemaField() - Method in class com.redis.vl.schema.TagField
 
toJedisSchemaField() - Method in class com.redis.vl.schema.TextField
 
toJedisSchemaField() - Method in class com.redis.vl.schema.VectorField
 
toJson() - Method in class com.redis.vl.extensions.router.Route
Convert route to JSON string.
toJson() - Method in class com.redis.vl.schema.BaseField
Serialize this field to JSON.
toJson() - Method in class com.redis.vl.schema.IndexSchema
Serialize to JSON
TokenEscaper - Class in com.redis.vl.utils
Escape punctuation within an input string.
TokenEscaper() - Constructor for class com.redis.vl.utils.TokenEscaper
Default constructor using default escaped characters.
TokenEscaper(Pattern) - Constructor for class com.redis.vl.utils.TokenEscaper
Constructor with custom escape pattern.
tokenize(String) - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Tokenize a single text string.
tokenizeAndEscapeQuery(String) - Method in class com.redis.vl.query.HybridQuery
Tokenize and escape the user query.
tokenizeBatch(List<String>) - Method in class com.redis.vl.utils.vectorize.OnnxModelLoader
Tokenize a batch of text strings.
tokenizePair(String, String) - Method in class com.redis.vl.utils.rerank.CrossEncoderLoader
Tokenize a query-document pair for cross-encoder input.
TOLIST - Enum constant in enum class com.redis.vl.query.ReducerFunction
REDUCE TOLIST 1 {property} - Merge all distinct values of a given property into a single array.
toMap() - Method in class com.redis.vl.extensions.router.SemanticRouter
Convert the SemanticRouter to a Map representation.
TOOL_FIELD_NAME - Static variable in class com.redis.vl.extensions.Constants
 
TOOL_FIELD_NAME - Static variable in class com.redis.vl.extensions.ExtensionConstants
Field name for tool call ID.
toParams() - Method in class com.redis.vl.query.VectorQuery
Convert to parameter map for query execution
toParams() - Method in class com.redis.vl.query.VectorRangeQuery
Convert to parameter map for query execution
toQueryString() - Method in class com.redis.vl.query.TextQuery
Build the query string for Redis text search
toQueryString() - Method in class com.redis.vl.query.VectorQuery
Build the query string for Redis
toQueryString() - Method in class com.redis.vl.query.VectorRangeQuery
Build the query string for Redis range query
toString() - Method in class com.redis.vl.extensions.cache.CacheHit
 
toString() - Method in class com.redis.vl.query.CountQuery
 
toString() - Method in class com.redis.vl.query.TextQuery
 
toString() - Method in class com.redis.vl.query.VectorQuery
 
toString() - Method in class com.redis.vl.query.VectorRangeQuery
 
toString() - Method in class com.redis.vl.schema.BaseField
 
toString() - Method in enum class com.redis.vl.schema.StorageType
 
toString() - Method in class com.redis.vl.utils.rerank.RerankResult
 
toYaml() - Method in class com.redis.vl.schema.IndexSchema
Serialize to YAML
ttl - Variable in class com.redis.vl.extensions.cache.BaseCache
Default time-to-live in seconds for cache entries.
ttl(Integer) - Method in class com.redis.vl.extensions.cache.SemanticCache.Builder
Set the TTL for cache entries
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