| 程序包 | 说明 |
|---|---|
| io.github.dengliming.redismodule.redisearch | |
| io.github.dengliming.redismodule.redisearch.protocol.decoder | |
| 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) |
| 限定符和类型 | 方法和说明 |
|---|---|
MisspelledTerm |
MisspelledTermDecoder.decode(List<Object> parts,
org.redisson.client.handler.State state) |
| 限定符和类型 | 方法和说明 |
|---|---|
MisspelledTerm |
MisspelledTerm.misspelledSuggestions(List<MisspelledSuggestion> misspelledSuggestions) |
Copyright © 2024. All rights reserved.