Package | Description |
---|---|
io.redisearch.client |
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
Client.IndexOptions.getDefinition() |
IndexDefinition |
IndexDefinition.setAsync(boolean async) |
IndexDefinition |
IndexDefinition.setFilter(String filter) |
IndexDefinition |
IndexDefinition.setLanguage(String language) |
IndexDefinition |
IndexDefinition.setLanguageField(String languageField) |
IndexDefinition |
IndexDefinition.setPayloadField(String payloadField) |
IndexDefinition |
IndexDefinition.setPrefixes(String... prefixes) |
IndexDefinition |
IndexDefinition.setScore(double score) |
IndexDefinition |
IndexDefinition.setScoreFiled(String scoreFiled) |
IndexDefinition |
IndexDefinition.setType(IndexDefinition.Type type)
Deprecated.
Set
IndexDefinition.Type in
the constructor . |
Modifier and Type | Method and Description |
---|---|
Client.IndexOptions |
Client.IndexOptions.setDefinition(IndexDefinition definition) |
Copyright © 2021 RedisLabs. All rights reserved.