| 程序包 | 说明 |
|---|---|
| io.github.dengliming.redismodule.redisearch | |
| io.github.dengliming.redismodule.redisearch.index |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
RediSearch.createIndex(Schema schema,
IndexOptions indexOptions) |
org.redisson.api.RFuture<Boolean> |
RediSearch.createIndexAsync(Schema schema,
IndexOptions indexOptions) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexOptions |
IndexOptions.defaultOptions() |
IndexOptions |
IndexOptions.definition(IndexDefinition definition) |
IndexOptions |
IndexOptions.maxTextFields() |
IndexOptions |
IndexOptions.noFields() |
IndexOptions |
IndexOptions.noFreqs() |
IndexOptions |
IndexOptions.noHL() |
IndexOptions |
IndexOptions.noOffsets() |
IndexOptions |
IndexOptions.prefixes(List<String> prefixes) |
IndexOptions |
IndexOptions.stopwords(List<String> stopwords) |
Copyright © 2024. All rights reserved.