| 程序包 | 说明 |
|---|---|
| io.github.dengliming.redismodule.redisearch | |
| io.github.dengliming.redismodule.redisearch.search |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MisspelledTerm> |
RediSearch.spellCheck(String query,
SpellCheckOptions options)
Performs spelling correction on a query, returning suggestions for misspelled terms.
|
org.redisson.api.RFuture<List<MisspelledTerm>> |
RediSearch.spellCheckAsync(String query,
SpellCheckOptions options) |
| 限定符和类型 | 方法和说明 |
|---|---|
SpellCheckOptions |
SpellCheckOptions.distance(int distance) |
SpellCheckOptions |
SpellCheckOptions.exclude(String... exclusionDicts) |
SpellCheckOptions |
SpellCheckOptions.include(String... inclusionDicts) |
Copyright © 2024. All rights reserved.