Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

A

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
Deprecated.
not supported since RediSeach 2 use BinaryJedis.hset(byte[], Map) instead
addHash(String, double, boolean) - Method in class io.redisearch.client.Client
Deprecated.
does support starting from RediSearch 2.0
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
Deprecated.
not supported since RediSeach 2 use {@link #updateSynonym(String, String...) instead
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
Deprecated.
aggregate(AggregationBuilder) - Method in interface io.redisearch.Client
Search and Aggregate the index
aggregate(AggregationRequest) - Method in class io.redisearch.client.Client
Deprecated.
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
Deprecated.
use AggregationBuilder instead
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
 

B

between(double, double) - Static method in class io.redisearch.querybuilder.Values
 
between(int, int) - Static method in class io.redisearch.querybuilder.Values
 
broadcast(String...) - Method in class io.redisearch.client.ClusterClient
Deprecated.
 
broadcast(String...) - Method in interface io.redisearch.ClusterClient
Deprecated.
 
build() - Method in class io.redisearch.client.SuggestionOptions.Builder
 
build() - Method in class io.redisearch.Suggestion.Builder
 
builder() - Static method in class io.redisearch.client.SuggestionOptions
 
Builder() - Constructor for class io.redisearch.client.SuggestionOptions.Builder
 
builder() - Static method in class io.redisearch.Suggestion
 
Builder() - Constructor for class io.redisearch.Suggestion.Builder
 

C

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
Deprecated.
ClusterClient is going to be removed in the future
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
Deprecated.
ClusterClient is going to be removed in the future
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
Deprecated.
ClusterCommand is going to be removed in the future
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

D

Default() - Static method in class io.redisearch.client.Client.IndexOptions
Deprecated.
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
Deprecated.
use Keywords.DD instead
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
 

E

eq(double) - Static method in class io.redisearch.querybuilder.Values
 
eq(int) - Static method in class io.redisearch.querybuilder.Values
 
equals(Object) - Method in class io.redisearch.Suggestion
 
explain(Query) - Method in class io.redisearch.client.Client
Generate an explanatory textual query tree for this query string
explain(Query) - Method in interface io.redisearch.Client
Generate an explanatory textual query tree for this query string

F

FEET - Static variable in class io.redisearch.Query.GeoFilter
 
Field(String, Schema.FieldType, boolean) - Constructor for class io.redisearch.Schema.Field
 
Field(String, Schema.FieldType, boolean, boolean) - Constructor for class io.redisearch.Schema.Field
 
fields - Variable in class io.redisearch.Schema
 
filter(String) - Method in class io.redisearch.aggregation.AggregationBuilder
 
filter(String) - Method in class io.redisearch.aggregation.AggregationRequest
Deprecated.
 
Filter(String) - Constructor for class io.redisearch.Query.Filter
 
first_value(String, SortedField) - Static method in class io.redisearch.aggregation.reducers.Reducers
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]
first_value(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
 
fuzzy() - Method in class io.redisearch.client.SuggestionOptions.Builder
 
FUZZY_FLAG - Static variable in interface io.redisearch.Client
Deprecated.
use Keywords.FUZZY instead

G

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
 

H

hashCode() - Method in class io.redisearch.Suggestion
 
hasProperty(String) - Method in class io.redisearch.Document
 
highlightFields - Variable in class io.redisearch.Query
 
highlightFields(Query.HighlightTags, String...) - Method in class io.redisearch.Query
 
highlightFields(String...) - Method in class io.redisearch.Query
 
highlightTags - Variable in class io.redisearch.Query
 
HighlightTags(String, String) - Constructor for class io.redisearch.Query.HighlightTags
 

I

inclusiveMax(boolean) - Method in class io.redisearch.querybuilder.RangeValue
 
inclusiveMin(boolean) - Method in class io.redisearch.querybuilder.RangeValue
 
INCREMENT_FLAG - Static variable in interface io.redisearch.Client
Deprecated.
use Keywords.INCR instead
IndexDefinition - Class in io.redisearch.client
IndexDefinition encapsulates configuration for index definition creation and should be given to the client on index creation
IndexDefinition() - Constructor for class io.redisearch.client.IndexDefinition
 
IndexDefinition.Type - Enum in io.redisearch.client
 
IndexOptions(int) - Constructor for class io.redisearch.client.Client.IndexOptions
Default constructor
intersect(Node...) - Static method in class io.redisearch.querybuilder.QueryBuilder
Create a new intersection node with child nodes.
intersect(String, Value...) - Static method in class io.redisearch.querybuilder.QueryBuilder
Create a new intersection node with a field-value pair.
intersect(String, String) - Static method in class io.redisearch.querybuilder.QueryBuilder
Helper method to create a new intersection node with a string value.
IntersectNode - Class in io.redisearch.querybuilder
The intersection node evaluates to true if any of its children are true.
IntersectNode() - Constructor for class io.redisearch.querybuilder.IntersectNode
 
io.redisearch - package io.redisearch
 
io.redisearch.aggregation - package io.redisearch.aggregation
 
io.redisearch.aggregation.reducers - package io.redisearch.aggregation.reducers
 
io.redisearch.client - package io.redisearch.client
 
io.redisearch.querybuilder - package io.redisearch.querybuilder
 
isAsync() - Method in class io.redisearch.client.IndexDefinition
 
isCombinable() - Method in class io.redisearch.querybuilder.GeoValue
 
isCombinable() - Method in class io.redisearch.querybuilder.LongRangeValue
 
isCombinable() - Method in class io.redisearch.querybuilder.RangeValue
 
isCombinable() - Method in class io.redisearch.querybuilder.Value
 
isFuzzy() - Method in class io.redisearch.client.SuggestionOptions
 
isWithCursor() - Method in class io.redisearch.aggregation.AggregationBuilder
 
isWithCursor() - Method in class io.redisearch.aggregation.AggregationRequest
Deprecated.
 

K

KEEP_FIELD_FLAGS - Static variable in class io.redisearch.client.Client.IndexOptions
If set (default), we keep flags per index record telling us what fields the term appeared on, and allowing us to filter results by field
KEEP_TERM_FREQUENCIES - Static variable in class io.redisearch.client.Client.IndexOptions
With each document:term record, store how often the term appears within the document.
Keywords - Enum in io.redisearch
 
KILOMETERS - Static variable in class io.redisearch.Query.GeoFilter
 

L

le(double) - Static method in class io.redisearch.querybuilder.Values
 
le(int) - Static method in class io.redisearch.querybuilder.Values
 
limit(int, int) - Method in class io.redisearch.aggregation.AggregationBuilder
 
limit(int) - Method in class io.redisearch.aggregation.AggregationBuilder
 
limit(int, int) - Method in class io.redisearch.aggregation.AggregationRequest
Deprecated.
 
limit(int) - Method in class io.redisearch.aggregation.AggregationRequest
Deprecated.
 
limit(Limit) - Method in class io.redisearch.aggregation.Group
 
Limit - Class in io.redisearch.aggregation
Created by mnunberg on 2/22/18.
Limit(int, int) - Constructor for class io.redisearch.aggregation.Limit
 
limit(Integer, Integer) - Method in class io.redisearch.Query
Limit the results to a certain offset and limit
limitFields(String...) - Method in class io.redisearch.Query
Limit the query to results that are limited to a specific set of fields
limitKeys(String...) - Method in class io.redisearch.Query
Limit the query to results that are limited to a specific set of keys
load(String...) - Method in class io.redisearch.aggregation.AggregationBuilder
 
load(String...) - Method in class io.redisearch.aggregation.AggregationRequest
Deprecated.
 
load(String, Double, byte[], List<byte[]>) - Static method in class io.redisearch.Document
 
load(String, Double, byte[], List<byte[]>, boolean) - Static method in class io.redisearch.Document
 
LongRangeValue - Class in io.redisearch.querybuilder
 
LongRangeValue(long, long) - Constructor for class io.redisearch.querybuilder.LongRangeValue
 
lt(double) - Static method in class io.redisearch.querybuilder.Values
 
lt(int) - Static method in class io.redisearch.querybuilder.Values
 

M

max(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
 
max(int) - Method in class io.redisearch.client.SuggestionOptions.Builder
 
MAX_FLAG - Static variable in interface io.redisearch.Client
Deprecated.
use Keywords.MAX instead
METERS - Static variable in class io.redisearch.Query.GeoFilter
 
MILES - Static variable in class io.redisearch.Query.GeoFilter
 
min(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
 

N

name - Variable in class io.redisearch.Schema.Field
 
NO_LIMIT - Static variable in class io.redisearch.aggregation.Limit
 
Node - Interface in io.redisearch.querybuilder
Created by mnunberg on 2/23/18.
Node.ParenMode - Enum in io.redisearch.querybuilder
 
noindex - Variable in class io.redisearch.Schema.Field
 
NumericFilter(String, double, boolean, double, boolean) - Constructor for class io.redisearch.Query.NumericFilter
 
NumericFilter(String, double, double) - Constructor for class io.redisearch.Query.NumericFilter
 

O

optional(Node...) - Static method in class io.redisearch.querybuilder.QueryBuilder
Create an optional node.
optional(String, Value...) - Static method in class io.redisearch.querybuilder.QueryBuilder
 
OptionalNode - Class in io.redisearch.querybuilder
Created by mnunberg on 2/23/18.
OptionalNode() - Constructor for class io.redisearch.querybuilder.OptionalNode
 

P

Paging(int, int) - Constructor for class io.redisearch.Query.Paging
 
payload(String) - Method in class io.redisearch.Suggestion.Builder
 
PAYLOAD_FLAG - Static variable in interface io.redisearch.Client
Deprecated.
use Keywords.PAYLOAD instead
property - Variable in class io.redisearch.Query.Filter
 

Q

quantile(String, double) - Static method in class io.redisearch.aggregation.reducers.Reducers
 
Query - Class in io.redisearch
Query represents query parameters and filters to load results from the engine
Query(String) - Constructor for class io.redisearch.Query
Create a new index
Query.Filter - Class in io.redisearch
Filter represents a filtering rules in a query
Query.GeoFilter - Class in io.redisearch
GeoFilter encapsulates a radius filter on a geographical indexed fields
Query.HighlightTags - Class in io.redisearch
 
Query.NumericFilter - Class in io.redisearch
NumericFilter wraps a range filter on a numeric field.
Query.Paging - Class in io.redisearch
 
queryApply(String, String) - Method in class io.redisearch.aggregation.AggregationRequest
Deprecated.
 
QueryBuilder - Class in io.redisearch.querybuilder
Created by mnunberg on 2/23/18.
QueryNode - Class in io.redisearch.querybuilder
 
QueryNode() - Constructor for class io.redisearch.querybuilder.QueryNode
 

R

random_sample(String, int) - Static method in class io.redisearch.aggregation.reducers.Reducers
 
RangeValue - Class in io.redisearch.querybuilder
 
RangeValue() - Constructor for class io.redisearch.querybuilder.RangeValue
 
reduce(Reducer) - Method in class io.redisearch.aggregation.Group
 
Reducer - Class in io.redisearch.aggregation.reducers
Created by mnunberg on 2/22/18.
Reducer(String) - Constructor for class io.redisearch.aggregation.reducers.Reducer
 
Reducer() - Constructor for class io.redisearch.aggregation.reducers.Reducer
 
Reducers - Class in io.redisearch.aggregation.reducers
Created by mnunberg on 2/22/18.
Reducers() - Constructor for class io.redisearch.aggregation.reducers.Reducers
 
replaceDocument(String, double, Map<String, Object>) - Method in class io.redisearch.client.Client
replaceDocument is a convenience for calling addDocument with replace=true
replaceDocument(String, double, Map<String, Object>, String) - Method in class io.redisearch.client.Client
replaceDocument is a convenience for calling addDocument with replace=true
replaceDocument(String, double, Map<String, Object>) - Method in interface io.redisearch.Client
replaceDocument is a convenience for calling addDocument with replace=true
replaceDocument(String, double, Map<String, Object>, String) - Method in interface io.redisearch.Client
replaceDocument is a convenience for calling addDocument with replace=true
returnFields(String...) - Method in class io.redisearch.Query
Result's projection - the fields to return by the query
Row - Class in io.redisearch.aggregation
Created by mnunberg on 5/17/18.
Row(Map<String, Object>) - Constructor for class io.redisearch.aggregation.Row
 

S

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
Deprecated.
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
 

T

TagField(String) - Constructor for class io.redisearch.Schema.TagField
 
TagField(String, String) - Constructor for class io.redisearch.Schema.TagField
 
TagField(String, boolean) - Constructor for class io.redisearch.Schema.TagField
 
TagField(String, String, boolean) - Constructor for class io.redisearch.Schema.TagField
 
tags(String...) - Static method in class io.redisearch.querybuilder.Values
 
TextField(String) - Constructor for class io.redisearch.Schema.TextField
 
TextField(String, double) - Constructor for class io.redisearch.Schema.TextField
 
TextField(String, double, boolean) - Constructor for class io.redisearch.Schema.TextField
 
TextField(String, double, boolean, boolean) - Constructor for class io.redisearch.Schema.TextField
 
TextField(String, double, boolean, boolean, boolean) - Constructor for class io.redisearch.Schema.TextField
 
TextField(String, double, boolean, boolean, boolean, String) - Constructor for class io.redisearch.Schema.TextField
 
to_list(String) - Static method in class io.redisearch.aggregation.reducers.Reducers
 
toBuilder() - Method in class io.redisearch.client.SuggestionOptions
 
toBuilder() - Method in class io.redisearch.Suggestion
 
toString() - Method in class io.redisearch.Document
 
toString(Node.ParenMode) - Method in class io.redisearch.querybuilder.DisjunctNode
 
toString() - Method in class io.redisearch.querybuilder.GeoValue
 
toString() - Method in enum io.redisearch.querybuilder.GeoValue.Unit
 
toString(Node.ParenMode) - Method in interface io.redisearch.querybuilder.Node
Returns the string form of this node.
toString() - Method in interface io.redisearch.querybuilder.Node
Returns the string form of this node.
toString(Node.ParenMode) - Method in class io.redisearch.querybuilder.OptionalNode
 
toString(Node.ParenMode) - Method in class io.redisearch.querybuilder.QueryNode
 
toString() - Method in class io.redisearch.querybuilder.QueryNode
 
toString() - Method in class io.redisearch.querybuilder.RangeValue
 
toString() - Method in class io.redisearch.querybuilder.Value
 
toString(Node.ParenMode) - Method in class io.redisearch.querybuilder.ValueNode
 
toString() - Method in class io.redisearch.Schema.Field
 
toString() - Method in class io.redisearch.Schema.TagField
 
toString() - Method in class io.redisearch.Schema.TextField
 
toString() - Method in class io.redisearch.Schema
 
toString() - Method in class io.redisearch.Suggestion
 
totalResults - Variable in class io.redisearch.AggregationResult
 
totalResults - Variable in class io.redisearch.SearchResult
 
type - Variable in class io.redisearch.Schema.Field
 

U

union(Node...) - Static method in class io.redisearch.querybuilder.QueryBuilder
Create a union node.
union(String, Value...) - Static method in class io.redisearch.querybuilder.QueryBuilder
Create a union node which can match an one or more values
union(String, String...) - Static method in class io.redisearch.querybuilder.QueryBuilder
Convenience method to match one or more strings.
UnionNode - Class in io.redisearch.querybuilder
Created by mnunberg on 2/23/18.
UnionNode() - Constructor for class io.redisearch.querybuilder.UnionNode
 
updateAlias(String) - Method in class io.redisearch.client.Client
 
updateAlias(String) - Method in interface io.redisearch.Client
Update an alias from an index.
updateDocument(String, double, Map<String, Object>) - Method in class io.redisearch.client.Client
Replace specific fields in a document.
updateDocument(String, double, Map<String, Object>, String) - Method in class io.redisearch.client.Client
Replace specific fields in a document.
updateDocument(String, double, Map<String, Object>) - Method in interface io.redisearch.Client
Replace specific fields in a document.
updateDocument(String, double, Map<String, Object>, String) - Method in interface io.redisearch.Client
Replace specific fields in a document.
updateSynonym(long, String...) - Method in class io.redisearch.client.Client
Deprecated.
updateSynonym(String, String...) - Method in class io.redisearch.client.Client
 
updateSynonym(long, String...) - Method in interface io.redisearch.Client
Deprecated.
use {@link #updateSynonym(String, String...) instead
updateSynonym(String, String...) - Method in interface io.redisearch.Client
Updates a synonym group.
USE_TERM_OFFSETS - Static variable in class io.redisearch.client.Client.IndexOptions
Set this to tell the index not to save term offset vectors.

V

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.

W

wantsHighlight - Variable in class io.redisearch.Query
 
wantsSummarize - Variable in class io.redisearch.Query
 
with(SuggestionOptions.With) - Method in class io.redisearch.client.SuggestionOptions.Builder
 

_

_fields - Variable in class io.redisearch.Query
 
_filters - Variable in class io.redisearch.Query
The query's filter list.
_keys - Variable in class io.redisearch.Query
 
_language - Variable in class io.redisearch.Query
 
_noContent - Variable in class io.redisearch.Query
 
_noStopwords - Variable in class io.redisearch.Query
 
_paging - Variable in class io.redisearch.Query
The sorting parameters
_payload - Variable in class io.redisearch.Query
 
_queryString - Variable in class io.redisearch.Query
The textual part of the query
_returnFields - Variable in class io.redisearch.Query
 
_sortAsc - Variable in class io.redisearch.Query
 
_sortBy - Variable in class io.redisearch.Query
 
_verbatim - Variable in class io.redisearch.Query
 
_withPayloads - Variable in class io.redisearch.Query
 
_withScores - Variable in class io.redisearch.Query
 
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2020 RedisLabs. All rights reserved.