| 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(java.lang.String filter) |
IndexDefinition |
IndexDefinition.setLanguage(java.lang.String language) |
IndexDefinition |
IndexDefinition.setLanguageField(java.lang.String languageField) |
IndexDefinition |
IndexDefinition.setPayloadField(java.lang.String payloadField)
Deprecated.
Since RediSearch 2.0.0, PAYLOAD_FIELD option is deprecated.
|
IndexDefinition |
IndexDefinition.setPrefixes(java.lang.String... prefixes) |
IndexDefinition |
IndexDefinition.setScore(double score) |
IndexDefinition |
IndexDefinition.setScoreFiled(java.lang.String scoreFiled) |
| Modifier and Type | Method and Description |
|---|---|
IndexOptions |
IndexOptions.setDefinition(IndexDefinition definition) |
Copyright © 2023. All rights reserved.