Uses of Package
redis.clients.jedis.search
Packages that use redis.clients.jedis.search
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes related to Aggregation commands in RediSearch module.
-
Classes in redis.clients.jedis.search used by redis.clients.jedisClassDescriptionQuery represents query parameters and filters to load results from the engineIndexOptions encapsulates flags for index creation and should be given to the client on index creationQuery represents query parameters and filters to load results from the engineSchema abstracts the schema definition when creating an index.SearchResult encapsulates the returned result from a search query.
-
Classes in redis.clients.jedis.search used by redis.clients.jedis.commands
-
Classes in redis.clients.jedis.search used by redis.clients.jedis.searchClassDescriptionDocument represents a single indexed document or entity in the engineQuery represents query parameters and filters to load results from the engineGeoFilter encapsulates a radius filter on a geographical indexed fieldsNumericFilter wraps a range filter on a numeric field.IndexDefinition encapsulates configuration for index definition creation and should be given to the client on index creationIndexOptions encapsulates flags for index creation and should be given to the client on index creationQuery represents query parameters and filters to load results from the engineFilter represents a filtering rules in a querySchema abstracts the schema definition when creating an index.SearchResult encapsulates the returned result from a search query.
-
Classes in redis.clients.jedis.search used by redis.clients.jedis.search.aggr
-
Classes in redis.clients.jedis.search used by redis.clients.jedis.search.schemafields