Uses of Package
com.redis.vl.query
Packages that use com.redis.vl.query
Package
Description
-
Classes in com.redis.vl.query used by com.redis.vl.extensions.cache
-
Classes in com.redis.vl.query used by com.redis.vl.indexClassDescriptionQuery to count documents matching a filterRepresents a filter for Redis searchRepresents a vector similarity search query
-
Classes in com.redis.vl.query used by com.redis.vl.langchain4j
-
Classes in com.redis.vl.query used by com.redis.vl.queryClassDescriptionAggregateHybridQuery combines text and vector search in Redis using FT.AGGREGATE.Builder for creating AggregateHybridQuery instances with fluent API.Base class for aggregation queries used to create aggregation queries for Redis.Represents a filter for Redis searchBuilder for geo filtersGeographic units for radius queriesBuilder for numeric filtersBuilder for timestamp filtersA query for running a filtered search with a filter expression (no vector search).Builder for FilterQuery with defensive copying.HybridQuery combines text and vector search using the native Redis FT.HYBRID command.Score combination method for FT.HYBRID COMBINE clause.Builder for creating HybridQuery instances with fluent API.Vector search method for FT.HYBRID VSIM clause.MultiVectorQuery allows for search over multiple vector fields in a document simultaneously.Builder for creating MultiVectorQuery instances.Enumeration of available reducer functions for Redis aggregation operations.Represents a sort field with its direction.Full-text search query with support for field weights and sorting.Builder for TextQuery with support for field weights and sorting.Simple object containing the necessary arguments to perform a multi-vector query.Builder for creating Vector instances.Represents a vector similarity search queryBuilder for VectorQueryVector range query for finding vectors within a distance threshold.Builder for creating VectorRangeQuery instances.