Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- fetch(String) - Method in class com.redis.vl.index.SearchIndex
-
Fetch a document by ID or key
- field(BaseField) - Method in class com.redis.vl.schema.IndexSchema.Builder
-
Add a field to the schema
- field(String) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the vector field name
- field(String) - Method in class com.redis.vl.query.VectorRangeQuery.Builder
-
Set the vector field name to search.
- FieldType - Enum Class in com.redis.vl.schema
-
Enumeration of field types supported by RedisVL.
- Filter - Class in com.redis.vl.query
-
Represents a filter for Redis search
- Filter.GeoFilterBuilder - Class in com.redis.vl.query
-
Builder for geo filters
- Filter.GeoUnit - Enum Class in com.redis.vl.query
-
Geographic units for radius queries
- Filter.NumericFilterBuilder - Class in com.redis.vl.query
-
Builder for numeric filters
- Filter.TimestampFilterBuilder - Class in com.redis.vl.query
-
Builder for timestamp filters
- filterExpression(Filter) - Method in class com.redis.vl.query.FilterQuery.FilterQueryBuilder
-
Set the filter expression.
- filterExpression(Filter) - Method in class com.redis.vl.query.HybridQuery.HybridQueryBuilder
-
Set an additional filter expression for the query.
- FilterQuery - Class in com.redis.vl.query
-
A query for running a filtered search with a filter expression (no vector search).
- FilterQuery.FilterQueryBuilder - Class in com.redis.vl.query
-
Builder for FilterQuery with defensive copying.
- finalize() - Method in class com.redis.vl.extensions.cache.BaseCache
-
Empty finalizer to prevent finalizer attacks on subclasses.
- finalize() - Method in class com.redis.vl.schema.BaseField
-
Empty finalizer to prevent finalizer attacks on subclasses.
- FIRST_VALUE - Enum constant in enum class com.redis.vl.query.ReducerFunction
-
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]] - Return the first or top value of a given property in the group, optionally by comparing that or another property
- FLAT - Enum constant in enum class com.redis.vl.schema.VectorField.Algorithm
-
FLAT algorithm for vector indexing
- FLOAT32 - Enum constant in enum class com.redis.vl.schema.VectorField.VectorDataType
-
32-bit floating point
- FLOAT64 - Enum constant in enum class com.redis.vl.schema.VectorField.VectorDataType
-
64-bit floating point
- floatArrayToBytes(float[]) - Static method in class com.redis.vl.utils.ArrayUtils
-
Convert float array to byte array using little-endian byte order.
- formatContext(List<Map<String, Object>>, boolean) - Method in class com.redis.vl.extensions.messagehistory.BaseMessageHistory
-
Formats messages from Redis into either text strings or structured maps.
- from(RedisConnectionConfig) - Static method in class com.redis.vl.redis.RedisConnectionManager
-
Create a connection manager from configuration.
- from(String) - Static method in class com.redis.vl.redis.RedisConnectionManager
-
Create a connection manager from a URI.
- from(String, int) - Static method in class com.redis.vl.redis.RedisConnectionManager
-
Create a connection manager from host and port.
- fromDict(Map<String, Object>) - Static method in class com.redis.vl.extensions.messagehistory.ChatMessage
-
Creates a ChatMessage from a Map (typically from Redis).
- fromDict(Map<String, Object>) - Static method in class com.redis.vl.extensions.router.Route
-
Create route from map representation.
- fromDict(Map<String, Object>) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from a dictionary/map
- fromDict(Map<String, Object>) - Static method in class com.redis.vl.schema.IndexSchema
-
Create IndexSchema from dictionary (Map)
- fromDict(Map<String, Object>, String) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from a dictionary/map with a Redis URL
- fromDict(Map<String, Object>, String, boolean) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from a dictionary/map with a Redis URL and validateOnLoad option
- fromDict(Map<String, Object>, UnifiedJedis) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from a dictionary/map with a UnifiedJedis client
- fromDict(Map<String, Object>, UnifiedJedis, boolean) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from a dictionary/map with a UnifiedJedis client and validateOnLoad option
- fromExisting(String, UnifiedJedis) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from an existing index in Redis
- fromHostPort(String, int) - Static method in class com.redis.vl.redis.RedisConnectionConfig
-
Create a default configuration with host and port.
- fromJson(String) - Static method in class com.redis.vl.extensions.router.Route
-
Create route from JSON string.
- fromJson(String) - Static method in class com.redis.vl.schema.IndexSchema
-
Create IndexSchema from JSON string
- fromParams(String, int, String) - Static method in class com.redis.vl.extensions.router.SemanticRouterIndexSchema
-
Create an index schema based on router name and vector dimensions.
- fromParams(String, String) - Static method in class com.redis.vl.extensions.messagehistory.MessageHistorySchema
-
Creates an IndexSchema for message history with the standard fields.
- fromRedisType(String) - Static method in enum class com.redis.vl.schema.FieldType
-
Get the FieldType from its Redis type name.
- fromUri(String) - Static method in class com.redis.vl.redis.RedisConnectionConfig
-
Create a default configuration with URI.
- fromValue(String) - Static method in enum class com.redis.vl.extensions.router.DistanceAggregationMethod
-
Get the DistanceAggregationMethod from a string value.
- fromValue(String) - Static method in enum class com.redis.vl.schema.IndexSchema.StorageType
-
Get StorageType from string value
- fromValue(String) - Static method in enum class com.redis.vl.schema.StorageType
-
Get StorageType from string value.
- fromYaml(String) - Static method in class com.redis.vl.index.SearchIndex
-
Create a SearchIndex from a YAML file
- fromYaml(String) - Static method in class com.redis.vl.schema.IndexSchema
-
Create IndexSchema from YAML string
- fromYamlFile(String) - Static method in class com.redis.vl.schema.IndexSchema
-
Create IndexSchema from YAML file
- FT - Enum constant in enum class com.redis.vl.query.Filter.GeoUnit
-
Feet
- fuzzy(String, String) - Static method in class com.redis.vl.query.Filter
-
Create a fuzzy match filter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form