- add(String, Value...) - Method in class io.redisearch.querybuilder.QueryNode
-
Add a match criteria to this node
- add(String, String...) - Method in class io.redisearch.querybuilder.QueryNode
-
Convenience method to add a list of string values
- add(String, Collection<Value>) - Method in class io.redisearch.querybuilder.QueryNode
-
Add a list of values from a collection
- add(Node...) - Method in class io.redisearch.querybuilder.QueryNode
-
Add children nodes to this node.
- addAlias(String) - Method in interface io.redisearch.Client
-
Add an alias to the index.
- addAlias(String) - Method in class io.redisearch.client.Client
-
- addArgs(List<String>) - Method in class io.redisearch.aggregation.Group
-
- addArgs(List<String>) - Method in class io.redisearch.aggregation.Limit
-
- addArgs(List<String>) - Method in class io.redisearch.aggregation.reducers.Reducer
-
- addDocument(Document, AddOptions) - Method in interface io.redisearch.Client
-
Add a document to the index
- addDocument(String, double, Map<String, Object>, boolean, boolean, byte[]) - Method in interface io.redisearch.Client
-
Add a single document to the query
- addDocument(Document) - Method in interface io.redisearch.Client
-
Add a document to the index
- addDocument(String, double, Map<String, Object>) - Method in interface io.redisearch.Client
-
- addDocument(String, Map<String, Object>) - Method in interface io.redisearch.Client
-
- addDocument(String, double, Map<String, Object>, boolean, boolean, byte[]) - Method in class io.redisearch.client.Client
-
Add a single document to the query
- addDocument(Document) - Method in class io.redisearch.client.Client
-
Add a document to the index
- addDocument(Document, AddOptions) - Method in class io.redisearch.client.Client
-
Add a document to the index
- addDocument(String, double, Map<String, Object>) - Method in class io.redisearch.client.Client
-
- addDocument(String, Map<String, Object>) - Method in class io.redisearch.client.Client
-
- addDocuments(Document...) - Method in interface io.redisearch.Client
-
Add a document to the index
- addDocuments(AddOptions, Document...) - Method in interface io.redisearch.Client
-
Add a batch of documents to the index
- addDocuments(Document...) - Method in class io.redisearch.client.Client
-
- addDocuments(AddOptions, Document...) - Method in class io.redisearch.client.Client
-
Add a batch of documents to the index
- addField(Schema.Field) - Method in class io.redisearch.Schema
-
- addFilter(Query.Filter) - Method in class io.redisearch.Query
-
Add a filter to the query's filter list
- addGeoField(String) - Method in class io.redisearch.Schema
-
Add a geo filtering field to the schema.
- addHash(String, double, boolean) - Method in interface io.redisearch.Client
-
- addHash(String, double, boolean) - Method in class io.redisearch.client.Client
-
- addNumericField(String) - Method in class io.redisearch.Schema
-
Add a numeric field to the schema
- AddOptions - Class in io.redisearch.client
-
Created by mnunberg on 2/15/18.
- AddOptions() - Constructor for class io.redisearch.client.AddOptions
-
Create a new DocumentOptions object.
- AddOptions.ReplacementPolicy - Enum in io.redisearch.client
-
- addSortableNumericField(String) - Method in class io.redisearch.Schema
-
- addSortableTagField(String, String) - Method in class io.redisearch.Schema
-
- addSortableTextField(String, double) - Method in class io.redisearch.Schema
-
Add a text field that can be sorted on
- addSuggestion(Suggestion, boolean) - Method in interface io.redisearch.Client
-
Add a word to the suggestion index for redis plugin
- addSuggestion(Suggestion, boolean) - Method in class io.redisearch.client.Client
-
- addSynonym(String...) - Method in interface io.redisearch.Client
-
- addSynonym(String...) - Method in class io.redisearch.client.Client
-
Deprecated.
- addTagField(String) - Method in class io.redisearch.Schema
-
- addTagField(String, String) - Method in class io.redisearch.Schema
-
- addTextField(String, double) - Method in class io.redisearch.Schema
-
Add a text field to the schema with a given weight
- aggregate(AggregationRequest) - Method in interface io.redisearch.Client
-
- aggregate(AggregationBuilder) - Method in interface io.redisearch.Client
-
Search and Aggregate the index
- aggregate(AggregationRequest) - Method in class io.redisearch.client.Client
-
- aggregate(AggregationBuilder) - Method in class io.redisearch.client.Client
-
- AggregationBuilder - Class in io.redisearch.aggregation
-
- AggregationBuilder(String) - Constructor for class io.redisearch.aggregation.AggregationBuilder
-
- AggregationBuilder() - Constructor for class io.redisearch.aggregation.AggregationBuilder
-
- AggregationRequest - Class in io.redisearch.aggregation
-
- AggregationRequest(String) - Constructor for class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- AggregationRequest() - Constructor for class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- AggregationResult - Class in io.redisearch
-
Created by mnunberg on 2/22/18.
- AggregationResult(List<Object>, long) - Constructor for class io.redisearch.AggregationResult
-
- AggregationResult(List<Object>) - Constructor for class io.redisearch.AggregationResult
-
- alterIndex(Schema.Field...) - Method in interface io.redisearch.Client
-
Alter index add fields
- alterIndex(Schema.Field...) - Method in class io.redisearch.client.Client
-
Alter index add fields
- appendFrom(StringBuilder, boolean) - Method in class io.redisearch.querybuilder.DoubleRangeValue
-
- appendFrom(StringBuilder, boolean) - Method in class io.redisearch.querybuilder.LongRangeValue
-
- appendFrom(StringBuilder, boolean) - Method in class io.redisearch.querybuilder.RangeValue
-
- appendTo(StringBuilder, boolean) - Method in class io.redisearch.querybuilder.DoubleRangeValue
-
- appendTo(StringBuilder, boolean) - Method in class io.redisearch.querybuilder.LongRangeValue
-
- appendTo(StringBuilder, boolean) - Method in class io.redisearch.querybuilder.RangeValue
-
- apply(String, String) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- apply(String, String) - Method in class io.redisearch.aggregation.AggregationRequest
-
- as(String) - Method in class io.redisearch.aggregation.reducers.Reducer
-
- asc(String) - Static method in class io.redisearch.aggregation.SortedField
-
- AutoCompleter - Class in io.redisearch.client
-
TODO: Abstract auto-complete commands
- AutoCompleter() - Constructor for class io.redisearch.client.AutoCompleter
-
- AutoCompleter.Command - Enum in io.redisearch.client
-
- avg(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
-
- Client - Interface in io.redisearch
-
- Client - Class in io.redisearch.client
-
Client is the main RediSearch client class, wrapping connection management and all RediSearch commands
- Client(String, Pool<Jedis>) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index
- Client(String, String, int) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index
- Client(String, String, int, int, int) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index
- Client(String, String, int, int, int, String) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index
- Client(String, String, Set<String>, int, int, String) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index with JediSentinelPool implementation.
- Client(String, String, Set<String>, int, int) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index with JediSentinelPool implementation.
- Client(String, String, Set<String>) - Constructor for class io.redisearch.client.Client
-
Create a new client to a RediSearch index with JediSentinelPool implementation.
- Client.IndexOptions - Class in io.redisearch.client
-
IndexOptions encapsulates flags for index creation and should be given to the client on index creation
- close() - Method in class io.redisearch.client.Client
-
- ClusterClient - Class in io.redisearch.client
-
- ClusterClient(String, String, int) - Constructor for class io.redisearch.client.ClusterClient
-
Deprecated.
- ClusterClient(String, String, int, int, int) - Constructor for class io.redisearch.client.ClusterClient
-
Deprecated.
Create a new client to a RediSearch index
- ClusterClient(String, String, int, int, int, String) - Constructor for class io.redisearch.client.ClusterClient
-
Deprecated.
Create a new ClusterClient to a RediSearch index which can connect to password protected
Redis Server
- ClusterClient(String, String, Set<String>, int, int, String) - Constructor for class io.redisearch.client.ClusterClient
-
Deprecated.
Creates a new ClusterClient to a RediSearch index with JedisSentinelPool implementation.
- ClusterClient(String, String, Set<String>, int, int) - Constructor for class io.redisearch.client.ClusterClient
-
Deprecated.
Creates a new ClusterClient to a RediSearch index with JedisSentinelPool implementation.
- ClusterClient(String, String, Set<String>) - Constructor for class io.redisearch.client.ClusterClient
-
Deprecated.
Creates a new ClusterClient to a RediSearch index with JedisSentinelPool implementation.
- ClusterClient - Interface in io.redisearch
-
- ClusterCommands() - Constructor for class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- commands - Variable in class io.redisearch.client.Client
-
- Commands - Class in io.redisearch.client
-
Jedis enum for command encapsulation
- Commands() - Constructor for class io.redisearch.client.Commands
-
- Commands.ClusterCommand - Enum in io.redisearch.client
-
- Commands.ClusterCommands - Class in io.redisearch.client
-
Deprecated.
- Commands.Command - Enum in io.redisearch.client
-
- Commands.CommandProvider - Interface in io.redisearch.client
-
- Commands.SingleNodeCommands - Class in io.redisearch.client
-
- ConfigOption - Enum in io.redisearch.client
-
- connection() - Method in class io.redisearch.client.Client
-
- connection() - Method in interface io.redisearch.Client
-
- containsKey(String) - Method in class io.redisearch.aggregation.Row
-
- count() - Static method in class io.redisearch.aggregation.reducers.Reducers
-
- count_distinct(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
-
- count_distinctish(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
-
- createIndex(Schema, Client.IndexOptions) - Method in class io.redisearch.client.Client
-
Create the index definition in redis
- createIndex(Schema, Client.IndexOptions) - Method in interface io.redisearch.Client
-
Create the index definition in redis
- cursor(int, long) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- cursor(int, long) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- cursorDelete(long) - Method in class io.redisearch.client.Client
-
- cursorDelete(long) - Method in interface io.redisearch.Client
-
Delete a cursor from the index.
- cursorRead(long, int) - Method in class io.redisearch.client.Client
-
- cursorRead(long, int) - Method in interface io.redisearch.Client
-
Read from an existing cursor
- Default() - Static method in class io.redisearch.client.Client.IndexOptions
-
- DEFAULT_FLAGS - Static variable in class io.redisearch.client.Client.IndexOptions
-
- defaultOptions() - Static method in class io.redisearch.client.Client.IndexOptions
-
The default indexing options - use term offsets and keep fields flags
- DELETE_DOCUMENT - Static variable in interface io.redisearch.Client
-
- deleteAlias(String) - Method in class io.redisearch.client.Client
-
- deleteAlias(String) - Method in interface io.redisearch.Client
-
remove an alias from an index.
- deleteDocument(String) - Method in class io.redisearch.client.Client
-
Delete a document from the index (doesn't delete the document).
- deleteDocument(String, boolean) - Method in class io.redisearch.client.Client
-
Delete a document from the index.
- deleteDocument(String) - Method in interface io.redisearch.Client
-
Delete a document from the index (doesn't delete the document).
- deleteDocument(String, boolean) - Method in interface io.redisearch.Client
-
Delete a document from the index.
- deleteDocuments(boolean, String...) - Method in class io.redisearch.client.Client
-
Delete a documents from the index
- deleteDocuments(boolean, String...) - Method in interface io.redisearch.Client
-
Delete a documents from the index
- deleteSuggestion(String) - Method in class io.redisearch.client.Client
-
- deleteSuggestion(String) - Method in interface io.redisearch.Client
-
Deletes a string from a suggestion
- desc(String) - Static method in class io.redisearch.aggregation.SortedField
-
- disjunct(Node...) - Static method in class io.redisearch.querybuilder.QueryBuilder
-
Create a disjunct node.
- disjunct(String, Value...) - Static method in class io.redisearch.querybuilder.QueryBuilder
-
Create a disjunct node using one or more values.
- disjunct(String, String...) - Static method in class io.redisearch.querybuilder.QueryBuilder
-
Create a disjunct node using one or more values.
- DisjunctNode - Class in io.redisearch.querybuilder
-
A disjunct node.
- DisjunctNode() - Constructor for class io.redisearch.querybuilder.DisjunctNode
-
- disjunctUnion(Node...) - Static method in class io.redisearch.querybuilder.QueryBuilder
-
Create a disjunct union node.
- disjunctUnion(String, Value...) - Static method in class io.redisearch.querybuilder.QueryBuilder
-
- disjunctUnion(String, String...) - Static method in class io.redisearch.querybuilder.QueryBuilder
-
- DisjunctUnionNode - Class in io.redisearch.querybuilder
-
A disjunct union node is the inverse of a
UnionNode
.
- DisjunctUnionNode() - Constructor for class io.redisearch.querybuilder.DisjunctUnionNode
-
- docs - Variable in class io.redisearch.SearchResult
-
- Document - Class in io.redisearch
-
Document represents a single indexed document or entity in the engine
- Document(String, Double) - Constructor for class io.redisearch.Document
-
- Document(String) - Constructor for class io.redisearch.Document
-
- Document(String, Map<String, Object>) - Constructor for class io.redisearch.Document
-
- Document(String, Map<String, Object>, double) - Constructor for class io.redisearch.Document
-
- Document(String, Map<String, Object>, double, byte[]) - Constructor for class io.redisearch.Document
-
- DoubleRangeValue - Class in io.redisearch.querybuilder
-
- DoubleRangeValue(double, double) - Constructor for class io.redisearch.querybuilder.DoubleRangeValue
-
- dropIndex() - Method in class io.redisearch.client.Client
-
Drop the index and all associated keys, including documents
- dropIndex(boolean) - Method in class io.redisearch.client.Client
-
Drop the index and associated keys, including documents
- dropIndex() - Method in interface io.redisearch.Client
-
Drop the index and all associated keys, including documents
- dropIndex(boolean) - Method in interface io.redisearch.Client
-
Drop the index and all associated keys, including documents
- dumpSynonym() - Method in class io.redisearch.client.Client
-
- dumpSynonym() - Method in interface io.redisearch.Client
-
- ge(double) - Static method in class io.redisearch.querybuilder.Values
-
- ge(int) - Static method in class io.redisearch.querybuilder.Values
-
- GeoFilter(String, double, double, double, String) - Constructor for class io.redisearch.Query.GeoFilter
-
- GeoValue - Class in io.redisearch.querybuilder
-
Created by mnunberg on 2/23/18.
- GeoValue(double, double, double, GeoValue.Unit) - Constructor for class io.redisearch.querybuilder.GeoValue
-
- GeoValue.Unit - Enum in io.redisearch.querybuilder
-
- get(String) - Method in class io.redisearch.Document
-
return the property value inside a key
- getAddCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAddCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getAddCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getAddHashCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAddHashCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
Deprecated.
- getAddHashCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
Deprecated.
- getAggregateCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAggregateCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getAggregateCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getAlias() - Method in class io.redisearch.aggregation.reducers.Reducer
-
- getAliasAddCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAliasAddCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getAliasAddCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getAliasDelCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAliasDelCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getAliasDelCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getAliasUpdateCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAliasUpdateCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getAliasUpdateCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getAllConfig() - Method in class io.redisearch.client.Client
-
Get all configuration options, consisting of the option's name and current value
- getAllConfig() - Method in interface io.redisearch.Client
-
Get all configuration options, consisting of the option's name and current value
- getAlterCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getAlterCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getAlterCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getArgs() - Method in class io.redisearch.aggregation.AggregationBuilder
-
- getArgs() - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- getArgs() - Method in class io.redisearch.aggregation.Group
-
- getArgs() - Method in class io.redisearch.aggregation.Limit
-
- getArgs() - Method in class io.redisearch.aggregation.reducers.Reducer
-
- getArgsString() - Method in class io.redisearch.aggregation.AggregationBuilder
-
- getArgsString() - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- getConfig(ConfigOption) - Method in class io.redisearch.client.Client
-
Get runtime configuration option value
- getConfig(ConfigOption) - Method in interface io.redisearch.Client
-
Get runtime configuration option value
- getConfigCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getConfigCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getConfigCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getCreateCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getCreateCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getCreateCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getCursorCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getCursorCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getCursorCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getCursorId() - Method in class io.redisearch.AggregationResult
-
- getDefinition() - Method in class io.redisearch.client.Client.IndexOptions
-
- getDelCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getDelCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getDelCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getDocument(String) - Method in class io.redisearch.client.Client
-
Get a document from the index
- getDocument(String, boolean) - Method in class io.redisearch.client.Client
-
Get a document from the index
- getDocument(String) - Method in interface io.redisearch.Client
-
Get a document from the index
- getDocument(String, boolean) - Method in interface io.redisearch.Client
-
Get a document from the index
- getDocuments(String...) - Method in class io.redisearch.client.Client
-
Get a documents from the index
- getDocuments(boolean, String...) - Method in class io.redisearch.client.Client
-
Get a documents from the index
- getDocuments(String...) - Method in interface io.redisearch.Client
-
Get a document from the index
- getDocuments(boolean, String...) - Method in interface io.redisearch.Client
-
Get a documents from the index
- getDouble(String) - Method in class io.redisearch.aggregation.Row
-
- getDropCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getDropCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getDropCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getExplainCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getExplainCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getExplainCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getField() - Method in class io.redisearch.aggregation.SortedField
-
- getFilter() - Method in class io.redisearch.client.IndexDefinition
-
- getFlags() - Method in enum io.redisearch.client.SuggestionOptions.With
-
- getGetCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getGetCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getGetCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getId() - Method in class io.redisearch.Document
-
- getInfo() - Method in class io.redisearch.client.Client
-
Get the index info, including memory consumption and other statistics.
- getInfo() - Method in interface io.redisearch.Client
-
Get the index info, including memory consumption and other statistics.
- getInfoCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getInfoCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getInfoCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getJoinString() - Method in class io.redisearch.querybuilder.DisjunctUnionNode
-
- getJoinString() - Method in class io.redisearch.querybuilder.IntersectNode
-
- getJoinString() - Method in class io.redisearch.querybuilder.QueryNode
-
- getJoinString() - Method in class io.redisearch.querybuilder.UnionNode
-
- getLanguage() - Method in class io.redisearch.client.IndexDefinition
-
- getLanguageField() - Method in class io.redisearch.client.IndexDefinition
-
- getLong(String) - Method in class io.redisearch.aggregation.Row
-
- getMax() - Method in class io.redisearch.client.SuggestionOptions
-
- getMGetCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getMGetCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getMGetCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getName() - Method in class io.redisearch.aggregation.reducers.Reducer
-
- getNoContent() - Method in class io.redisearch.Query
-
- getOrder() - Method in class io.redisearch.aggregation.SortedField
-
- getOwnArgs() - Method in class io.redisearch.aggregation.reducers.Reducer
-
- getPayload() - Method in class io.redisearch.Document
-
- getPayload() - Method in class io.redisearch.Suggestion
-
- getPayloadField() - Method in class io.redisearch.client.IndexDefinition
-
- getPrefixes() - Method in class io.redisearch.client.IndexDefinition
-
- getProperties() - Method in class io.redisearch.Document
-
- getRaw() - Method in enum io.redisearch.client.AutoCompleter.Command
-
- getRaw() - Method in enum io.redisearch.client.Commands.ClusterCommand
-
Deprecated.
- getRaw() - Method in enum io.redisearch.client.Commands.Command
-
- getRaw() - Method in enum io.redisearch.client.ConfigOption
-
- getRaw() - Method in enum io.redisearch.Keywords
-
- getResults() - Method in class io.redisearch.AggregationResult
-
- getRow(int) - Method in class io.redisearch.AggregationResult
-
- getScore() - Method in class io.redisearch.client.IndexDefinition
-
- getScore() - Method in class io.redisearch.Document
-
- getScore() - Method in class io.redisearch.Suggestion
-
- getScoreFiled() - Method in class io.redisearch.client.IndexDefinition
-
- getSearchCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getSearchCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getSearchCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getString(String) - Method in class io.redisearch.aggregation.Row
-
- getString(String) - Method in class io.redisearch.Document
-
return the property value inside a key
- getString() - Method in class io.redisearch.Suggestion
-
- getSuggestion(String, SuggestionOptions) - Method in class io.redisearch.client.Client
-
- getSuggestion(String, SuggestionOptions) - Method in interface io.redisearch.Client
-
Request the Suggestions based on the prefix
- getSuggestionLength() - Method in class io.redisearch.client.Client
-
- getSuggestionLength() - Method in interface io.redisearch.Client
-
Gets the size of an auto-complete suggestion
- getSynAddCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getSynAddCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getSynAddCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getSynDumpCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getSynDumpCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getSynDumpCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getSynUpdateCommand() - Method in class io.redisearch.client.Commands.ClusterCommands
-
Deprecated.
- getSynUpdateCommand() - Method in interface io.redisearch.client.Commands.CommandProvider
-
- getSynUpdateCommand() - Method in class io.redisearch.client.Commands.SingleNodeCommands
-
- getType() - Method in class io.redisearch.client.IndexDefinition
-
- getWith() - Method in class io.redisearch.client.SuggestionOptions
-
- getWithPayloads() - Method in class io.redisearch.Query
-
- getWithScores() - Method in class io.redisearch.Query
-
- Group - Class in io.redisearch.aggregation
-
Created by mnunberg on 2/22/18.
- Group(String...) - Constructor for class io.redisearch.aggregation.Group
-
- groupApply(String, String) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- groupBy(Collection<String>, Collection<Reducer>) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- groupBy(String, Reducer...) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- groupBy(Group) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- groupBy(Collection<String>, Collection<Reducer>) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- groupBy(String, Reducer...) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- groupBy(Group) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- gt(double) - Static method in class io.redisearch.querybuilder.Values
-
- gt(int) - Static method in class io.redisearch.querybuilder.Values
-
- Schema - Class in io.redisearch
-
Schema abstracs the schema definition when creating an index.
- Schema() - Constructor for class io.redisearch.Schema
-
- Schema.Field - Class in io.redisearch
-
- Schema.FieldType - Enum in io.redisearch
-
- Schema.TagField - Class in io.redisearch
-
- Schema.TextField - Class in io.redisearch
-
FullText field spec.
- score(double) - Method in class io.redisearch.Suggestion.Builder
-
- search(Query) - Method in class io.redisearch.client.Client
-
Search the index
- search(Query, boolean) - Method in class io.redisearch.client.Client
-
Search the index
- search(Query) - Method in interface io.redisearch.Client
-
Search the index
- search(Query, boolean) - Method in interface io.redisearch.Client
-
Search the index
- searchBatch(Query...) - Method in class io.redisearch.client.Client
-
Search the index
- searchBatch(Query...) - Method in interface io.redisearch.Client
-
Batch search the index
- SearchResult - Class in io.redisearch
-
SearchResult encapsulates the returned result from a search query.
- SearchResult(List<Object>, boolean, boolean, boolean) - Constructor for class io.redisearch.SearchResult
-
- SearchResult(List<Object>, boolean, boolean, boolean, boolean) - Constructor for class io.redisearch.SearchResult
-
- serializeRedisArgs(List<byte[]>) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- serializeRedisArgs(List<byte[]>) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- serializeRedisArgs(List<String>) - Method in class io.redisearch.client.Client.IndexOptions
-
- serializeRedisArgs(List<String>) - Method in class io.redisearch.client.IndexDefinition
-
- serializeRedisArgs(List<byte[]>) - Method in class io.redisearch.Query.Filter
-
- serializeRedisArgs(List<byte[]>) - Method in class io.redisearch.Query.GeoFilter
-
- serializeRedisArgs(List<byte[]>) - Method in class io.redisearch.Query.NumericFilter
-
- serializeRedisArgs(List<byte[]>) - Method in class io.redisearch.Query
-
- serializeRedisArgs(List<String>) - Method in class io.redisearch.Schema.Field
-
- serializeRedisArgs(List<String>) - Method in class io.redisearch.Schema.TagField
-
- serializeRedisArgs(List<String>) - Method in class io.redisearch.Schema.TextField
-
- set(String, Object) - Method in class io.redisearch.Document
-
- setAlias(String) - Method in class io.redisearch.aggregation.reducers.Reducer
-
- setAliasAsField() - Method in class io.redisearch.aggregation.reducers.Reducer
-
- setAsync(boolean) - Method in class io.redisearch.client.IndexDefinition
-
- setConfig(ConfigOption, String) - Method in class io.redisearch.client.Client
-
Set runtime configuration option
- setConfig(ConfigOption, String) - Method in interface io.redisearch.Client
-
Set runtime configuration option
- setDefinition(IndexDefinition) - Method in class io.redisearch.client.Client.IndexOptions
-
- setFilter(String) - Method in class io.redisearch.client.IndexDefinition
-
- setLanguage(String) - Method in class io.redisearch.client.AddOptions
-
Set the indexing language
- setLanguage(String) - Method in class io.redisearch.client.IndexDefinition
-
- setLanguage(String) - Method in class io.redisearch.Query
-
Set the query language, for stemming purposes
- setLanguageField(String) - Method in class io.redisearch.client.IndexDefinition
-
- setNoContent() - Method in class io.redisearch.Query
-
Set the query not to return the contents of documents, and rather just return the ids
- setNosave() - Method in class io.redisearch.client.AddOptions
-
Indicate that the document's contents should not be stored in the database.
- setNosave(boolean) - Method in class io.redisearch.client.AddOptions
-
Whether document's contents should not be stored in the database.
- setNoStopwords() - Method in class io.redisearch.client.Client.IndexOptions
-
Set the index to contain no stopwords, overriding the default list
- SetNoStopwords() - Method in class io.redisearch.client.Client.IndexOptions
-
- setNoStopwords() - Method in class io.redisearch.Query
-
Set the query not to filter for stopwords.
- setPayload(byte[]) - Method in class io.redisearch.Query
-
- setPayloadField(String) - Method in class io.redisearch.client.IndexDefinition
-
- setPrefixes(String...) - Method in class io.redisearch.client.IndexDefinition
-
- setReplacementPolicy(AddOptions.ReplacementPolicy) - Method in class io.redisearch.client.AddOptions
-
Indicate the behavior for the existing document.
- setReplacementPolicy(AddOptions.ReplacementPolicy, String) - Method in class io.redisearch.client.AddOptions
-
Indicate the behavior for the existing document.
- setScore(double) - Method in class io.redisearch.client.IndexDefinition
-
- setScore(float) - Method in class io.redisearch.Document
-
Set the document's score
- setScoreFiled(String) - Method in class io.redisearch.client.IndexDefinition
-
- setSortBy(String, boolean) - Method in class io.redisearch.Query
-
Set the query to be sorted by a Sortable field defined in the schema
- setStopwords(String...) - Method in class io.redisearch.client.Client.IndexOptions
-
Set a custom stopword list
- SetStopwords(String...) - Method in class io.redisearch.client.Client.IndexOptions
-
- setTemporary(long) - Method in class io.redisearch.client.Client.IndexOptions
-
Temporary
- setType(IndexDefinition.Type) - Method in class io.redisearch.client.IndexDefinition
-
- setVerbatim() - Method in class io.redisearch.Query
-
Set the query to verbatim mode, disabling stemming and query expansion
- setWithPaload() - Method in class io.redisearch.Query
-
- setWithPayload() - Method in class io.redisearch.Query
-
Set the query to return object payloads, if any were given
- setWithScores() - Method in class io.redisearch.Query
-
Set the query to return a factored score for each results.
- shouldUseParens(Node.ParenMode) - Method in class io.redisearch.querybuilder.QueryNode
-
- SingleNodeCommands() - Constructor for class io.redisearch.client.Commands.SingleNodeCommands
-
- sortable - Variable in class io.redisearch.Schema.Field
-
- sortBy(SortedField...) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- sortBy(int, SortedField...) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- sortBy(SortedField...) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- sortBy(Collection<SortedField>, int) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- sortBy(SortedField, int) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- sortByAsc(String) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- sortByAsc(String) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- sortByDesc(String) - Method in class io.redisearch.aggregation.AggregationBuilder
-
- sortByDesc(String) - Method in class io.redisearch.aggregation.AggregationRequest
-
Deprecated.
- SortedField - Class in io.redisearch.aggregation
-
Created by mnunberg on 2/22/18.
- SortedField(String, SortedField.SortOrder) - Constructor for class io.redisearch.aggregation.SortedField
-
- SortedField.SortOrder - Enum in io.redisearch.aggregation
-
- stddev(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
-
- str(String) - Method in class io.redisearch.Suggestion.Builder
-
- Suggestion - Class in io.redisearch
-
- Suggestion.Builder - Class in io.redisearch
-
- SuggestionOptions - Class in io.redisearch.client
-
- SuggestionOptions.Builder - Class in io.redisearch.client
-
- SuggestionOptions.With - Enum in io.redisearch.client
-
- sum(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
-
- summarizeFields - Variable in class io.redisearch.Query
-
- summarizeFields(int, int, String, String...) - Method in class io.redisearch.Query
-
- summarizeFields(String...) - Method in class io.redisearch.Query
-
- summarizeFragmentLen - Variable in class io.redisearch.Query
-
- summarizeNumFragments - Variable in class io.redisearch.Query
-
- summarizeSeparator - Variable in class io.redisearch.Query
-
- Value - Class in io.redisearch.querybuilder
-
Created by mnunberg on 2/23/18.
- Value() - Constructor for class io.redisearch.querybuilder.Value
-
- value(String) - Static method in class io.redisearch.querybuilder.Values
-
- ValueNode - Class in io.redisearch.querybuilder
-
Created by mnunberg on 2/23/18.
- ValueNode(String, String, Value...) - Constructor for class io.redisearch.querybuilder.ValueNode
-
- ValueNode(String, String, String...) - Constructor for class io.redisearch.querybuilder.ValueNode
-
- valueOf(String) - Static method in enum io.redisearch.aggregation.SortedField.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.AddOptions.ReplacementPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.AutoCompleter.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.Commands.ClusterCommand
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.Commands.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.ConfigOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.IndexDefinition.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.client.SuggestionOptions.With
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.Keywords
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.querybuilder.GeoValue.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.querybuilder.Node.ParenMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.redisearch.Schema.FieldType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.redisearch.aggregation.SortedField.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.AddOptions.ReplacementPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.AutoCompleter.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.Commands.ClusterCommand
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.Commands.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.ConfigOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.IndexDefinition.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.client.SuggestionOptions.With
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.Keywords
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.querybuilder.GeoValue.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.redisearch.querybuilder.Node.ParenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Values - Class in io.redisearch.querybuilder
-
Created by mnunberg on 2/23/18.
- values() - Static method in enum io.redisearch.Schema.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.