Package | Description |
---|---|
io.redisearch | |
io.redisearch.client |
Modifier and Type | Method and Description |
---|---|
boolean |
Client.createIndex(Schema schema,
Client.IndexOptions options)
Create the index definition in redis
|
Modifier and Type | Method and Description |
---|---|
static Client.IndexOptions |
Client.IndexOptions.Default()
Deprecated.
use
defaultOptions() instead |
static Client.IndexOptions |
Client.IndexOptions.defaultOptions()
The default indexing options - use term offsets and keep fields flags
|
Client.IndexOptions |
Client.IndexOptions.setDefinition(IndexDefinition definition) |
Client.IndexOptions |
Client.IndexOptions.setNoStopwords()
Set the index to contain no stopwords, overriding the default list
|
Client.IndexOptions |
Client.IndexOptions.SetNoStopwords()
Deprecated.
Use
setNoStopwords() instead |
Client.IndexOptions |
Client.IndexOptions.setStopwords(String... stopwords)
Set a custom stopword list
|
Client.IndexOptions |
Client.IndexOptions.SetStopwords(String... stopwords)
Deprecated.
use
setStopwords(String...) instead |
Client.IndexOptions |
Client.IndexOptions.setTemporary(long expire)
Temporary
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.createIndex(Schema schema,
Client.IndexOptions options)
Create the index definition in redis
|
Copyright © 2020 RedisLabs. All rights reserved.