| Package | Description |
|---|---|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
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)
Deprecated.
Since RediSearch 2.0.0, PAYLOAD_FIELD option is deprecated.
|
IndexDefinition |
IndexDefinition.setPrefixes(String... prefixes) |
IndexDefinition |
IndexDefinition.setScore(double score) |
IndexDefinition |
IndexDefinition.setScoreFiled(String scoreFiled) |
| Modifier and Type | Method and Description |
|---|---|
IndexOptions |
IndexOptions.setDefinition(IndexDefinition definition) |
Copyright © 2023. All rights reserved.