Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- weight(double) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
-
Set the weight for scoring in full-text search
- wildcard(String, String) - Static method in class com.redis.vl.query.Filter
-
Create a wildcard filter
- withAlgorithm(VectorField.VectorAlgorithm) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the vector indexing algorithm (alternative method)
- withAlias(String) - Method in class com.redis.vl.schema.GeoField.GeoFieldBuilder
-
Set the field alias (alternative method name).
- withAlias(String) - Method in class com.redis.vl.schema.NumericField.NumericFieldBuilder
-
Set the field alias (alias for alias() method).
- withAlias(String) - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
-
Set the field alias (alternative method)
- withAlias(String) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
-
Set the field alias (alternative method)
- withAlias(String) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the field alias (alternative method)
- withCache(EmbeddingsCache) - Method in class com.redis.vl.utils.vectorize.VectorizerBuilder.AbstractVectorizerBuilder
-
Set the embeddings cache to use.
- withDataType(String) - Method in class com.redis.vl.utils.vectorize.VectorizerBuilder.AbstractVectorizerBuilder
-
Set the data type for embeddings.
- withDimensions(int) - Method in class com.redis.vl.utils.vectorize.VectorizerBuilder.AbstractVectorizerBuilder
-
Set the expected dimensions (optional - will auto-detect if not specified).
- withDistanceMetric(VectorField.DistanceMetric) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the distance metric (alternative method)
- withDistanceMetric(VectorField.DistanceMetric) - Method in class com.redis.vl.query.VectorQuery
-
Create a copy with modified distance metric
- withDistanceMetric(VectorField.DistanceMetric) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the distance metric (alternative method)
- withEfRuntime(int) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the EF runtime parameter for HNSW (alternative method)
- withHnswEfConstruction(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the EF_CONSTRUCTION parameter for HNSW algorithm (alternative method)
- withHnswM(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the M parameter for HNSW algorithm (alternative method)
- withHybridSearch(String, String) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set hybrid search parameters
- withK(int) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Deprecated.Use numResults() instead
- withK(int) - Method in class com.redis.vl.query.VectorQuery
-
Deprecated.Use withNumResults() instead
- withNumResults(int) - Method in class com.redis.vl.query.VectorQuery
-
Create a copy with modified numResults value
- withPhonetic(String) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
-
Set the phonetic matcher (alternative method)
- withPreFilter(String) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the pre-filter expression (alternative method)
- withPreFilter(String) - Method in class com.redis.vl.query.VectorQuery
-
Create a copy with modified pre-filter
- withPrefix(String) - Method in class com.redis.vl.schema.IndexSchema.Builder
-
Set the key prefix (alias for prefix)
- withReturnDistance(boolean) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set whether to return distance values (alternative method)
- withReturnScore(boolean) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set whether to return similarity scores (alternative method)
- withSeparator(String) - Method in class com.redis.vl.schema.TagField.TagFieldBuilder
-
Set the separator for multi-value tags (alternative method)
- withStorageType(IndexSchema.StorageType) - Method in class com.redis.vl.schema.IndexSchema.Builder
-
Set the storage type (alias for storageType)
- withWeight(double) - Method in class com.redis.vl.schema.TextField.TextFieldBuilder
-
Set the weight for scoring in full-text search (alternative method)
- write(UnifiedJedis, List<Map<String, Object>>) - Method in class com.redis.vl.storage.BaseStorage
-
Write a batch of objects to Redis with default parameters.
- write(UnifiedJedis, List<Map<String, Object>>, String, List<String>) - Method in class com.redis.vl.storage.BaseStorage
-
Write with id field.
- write(UnifiedJedis, List<Map<String, Object>>, String, List<String>, Integer) - Method in class com.redis.vl.storage.BaseStorage
-
Write with TTL.
- write(UnifiedJedis, List<Map<String, Object>>, String, List<String>, Integer, Integer) - Method in class com.redis.vl.storage.BaseStorage
-
Write with batch size.
- write(UnifiedJedis, List<Map<String, Object>>, String, List<String>, Integer, Integer, Function<Map<String, Object>, Map<String, Object>>) - Method in class com.redis.vl.storage.BaseStorage
-
Write with preprocessing.
- write(UnifiedJedis, List<Map<String, Object>>, String, List<String>, Integer, Integer, Function<Map<String, Object>, Map<String, Object>>, boolean) - Method in class com.redis.vl.storage.BaseStorage
-
Write a batch of objects to Redis.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form