Package | Description |
---|---|
io.redisearch | |
io.redisearch.client |
Modifier and Type | Method and Description |
---|---|
boolean |
Client.createIndex(Schema schema,
Client.IndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static Client.IndexOptions |
Client.IndexOptions.Default()
The default indexing options - use term offsets and keep fields flags
|
Client.IndexOptions |
Client.IndexOptions.SetNoStopwords()
Set the index to contain no stopwords, overriding the default list
|
Client.IndexOptions |
Client.IndexOptions.SetStopwords(String... stopwords)
Set a custom stopword list
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.createIndex(Schema schema,
Client.IndexOptions options)
Create the index definition in redis
|
Copyright © 2018. All rights reserved.