Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- hasField(String) - Method in class com.redis.vl.schema.IndexSchema
-
Check if a field exists
- HASH - Enum constant in enum class com.redis.vl.schema.IndexSchema.StorageType
-
Hash storage type
- HASH - Enum constant in enum class com.redis.vl.schema.StorageType
-
Hash storage type
- hashCode() - Method in class com.redis.vl.schema.BaseField
- hashCode() - Method in class com.redis.vl.schema.IndexSchema
- hashCode() - Method in class com.redis.vl.schema.IndexSchema.Index
- HashStorage - Class in com.redis.vl.storage
-
Internal subclass of BaseStorage for the Redis hash data type.
- HashStorage(IndexSchema) - Constructor for class com.redis.vl.storage.HashStorage
-
Creates a new HashStorage instance for managing Redis hash data structures.
- hasScores() - Method in class com.redis.vl.utils.rerank.RerankResult
-
Check if this result includes scores.
- HFCrossEncoderReranker - Class in com.redis.vl.utils.rerank
-
HuggingFace Cross-Encoder reranker using real ONNX models.
- HFCrossEncoderReranker() - Constructor for class com.redis.vl.utils.rerank.HFCrossEncoderReranker
-
Default constructor with default model and settings.
- HFCrossEncoderReranker.Builder - Class in com.redis.vl.utils.rerank
-
Builder for creating HFCrossEncoderReranker instances.
- HNSW - Enum constant in enum class com.redis.vl.schema.VectorField.Algorithm
-
HNSW algorithm for vector indexing
- hnswEfConstruction(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the EF_CONSTRUCTION parameter for HNSW algorithm
- hnswEfRuntime(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the EF_RUNTIME parameter for HNSW algorithm
- hnswM(int) - Method in class com.redis.vl.schema.VectorField.VectorFieldBuilder
-
Set the M parameter for HNSW algorithm
- huggingFace(String) - Static method in class com.redis.vl.utils.vectorize.VectorizerBuilder
-
Create a builder for HuggingFace embeddings.
- HuggingFaceModelDownloader - Class in com.redis.vl.utils.vectorize
-
Downloads and caches HuggingFace models locally for offline use.
- HuggingFaceModelDownloader(String) - Constructor for class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Create a downloader with cache directory and default settings.
- HuggingFaceModelDownloader(String, String) - Constructor for class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Create a downloader with cache directory and custom base URL.
- HuggingFaceModelDownloader(String, String, int) - Constructor for class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Create a downloader with cache directory, base URL, and custom timeout.
- HuggingFaceModelDownloader(String, String, HuggingFaceModelDownloader.ProgressListener) - Constructor for class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Create a downloader with cache directory, base URL, and progress listener.
- HuggingFaceModelDownloader(String, String, HuggingFaceModelDownloader.ProgressListener, int) - Constructor for class com.redis.vl.utils.vectorize.HuggingFaceModelDownloader
-
Create a downloader with all custom settings.
- HuggingFaceModelDownloader.ProgressListener - Interface in com.redis.vl.utils.vectorize
-
Progress listener for download tracking.
- hybridField(String) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the hybrid search field
- hybridQuery(String) - Method in class com.redis.vl.query.VectorQuery.Builder
-
Set the hybrid search query
- HybridQuery - Class in com.redis.vl.query
-
HybridQuery combines text and vector search in Redis using aggregation.
- HybridQuery.HybridQueryBuilder - Class in com.redis.vl.query
-
Builder for creating HybridQuery instances with fluent API.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form