跳过导航链接
A B C D E F G H I K L M N P Q R S T U V W 

A

addAlias(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addAliasAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addDict(String, String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Adds terms to a dictionary.
addDictAsync(String, String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addDocument(Document) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Adds a document to the index.
addDocument(Document, DocumentOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addDocumentAsync(Document, DocumentOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addField(Field) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Schema
 
addHash(String, double) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Adds a document to the index from an existing HASH key in Redis.
addHash(String, double, RSLanguage) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addHash(String, double, RSLanguage, boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addHashAsync(String, double, RSLanguage, boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addSuggestion(Suggestion) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Adds a suggestion string to an auto-complete suggestion dictionary.
addSuggestion(Suggestion, boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addSuggestionAsync(Suggestion, boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
addSynonym(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Adds a synonym group.
addSynonymAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
aggregate(String, AggregateOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Runs a search query on an index, and performs aggregate transformations on the results.
aggregateAsync(String, AggregateOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
AggregateDecoder - io.github.dengliming.redismodule.redisearch.protocol.decoder中的类
 
AggregateDecoder() - 类 的构造器io.github.dengliming.redismodule.redisearch.protocol.decoder.AggregateDecoder
 
AggregateOptions - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
AggregateOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
AggregateResult - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
AggregateResult() - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.AggregateResult
 
alterIndex(Field...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
alterIndexAsync(Field...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
Apply - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
Apply(String, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.Apply
 
applys(Apply...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
as(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Reducer
 
asc(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.SortField
 
attribute(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
avg(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the average value of a numeric property.

B

build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Apply
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Filter
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Group
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Reducer
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.SortBy
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.Filter
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.GeoFilter
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.HighlightOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.Page
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SortBy
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SpellCheckOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SummaryOptions
 
build(List<Object>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.Tags
 

C

ConfigOption - io.github.dengliming.redismodule.redisearch.index中的枚举
 
count() - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Count the number of records in each group
countDistinct(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Count the number of distinct values for property
countDistinctish(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Same as COUNT_DISTINCT - but provide an approximation instead of an exact count
createIndex(Schema) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Creates an index with the given spec
createIndex(Schema, IndexOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
createIndexAsync(Schema, IndexOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 

D

decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisearch.protocol.decoder.AggregateDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisearch.protocol.decoder.MisspelledTermDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisearch.protocol.decoder.SearchResultDecoder
 
decode(List<Object>, State) - 类 中的方法io.github.dengliming.redismodule.redisearch.protocol.decoder.StringMapInfoDecoder
 
defaultOptions() - 类 中的静态方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
definition(IndexDefinition) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
deleteAlias(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
deleteAliasAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
deleteDict(String, String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Deletes terms from a dictionary.
deleteDictAsync(String, String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
deleteDocument(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Deletes a document from the index.
deleteDocument(String, boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
deleteDocumentAsync(String, boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
deleteSuggestion(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Deletes a string from a suggestion index.
deleteSuggestionAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
desc(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.SortField
 
distance(int) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SpellCheckOptions
 
Document - io.github.dengliming.redismodule.redisearch.index中的类
 
Document(String, double) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.Document
 
Document(String, double, Map<String, Object>) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.Document
 
Document(String, double, byte[], Map<String, Object>) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.Document
 
DocumentOptions - io.github.dengliming.redismodule.redisearch.index中的类
 
DocumentOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
DocumentOptions.ReplacePolicy - io.github.dengliming.redismodule.redisearch.index中的枚举
 
dropIndex() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Deletes all the keys associated with the index.
dropIndex(boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
dropIndexAsync(boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
dumpDict(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Dumps all terms in the given dictionary.
dumpDictAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
dumpSynonyms() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Dumps the contents of a synonym group.
dumpSynonymsAsync() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 

E

exclude(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SpellCheckOptions
 
expander(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
explain(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
explainAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
explainScore() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 

F

field(String, String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
Field - io.github.dengliming.redismodule.redisearch.index.schema中的类
 
Field(String, FieldType) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.Field
 
fields(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Group
 
fields(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.HighlightOptions
 
fields(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SummaryOptions
 
FieldType - io.github.dengliming.redismodule.redisearch.index.schema中的枚举
 
Filter - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
Filter(String) - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.Filter
 
Filter - io.github.dengliming.redismodule.redisearch.search中的类
 
Filter(String) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.Filter
 
filter(Filter) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
filters(Filter...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
firstValue(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the first or top value of a given property in the group.
firstValue(String, String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
 
firstValue(String, String, SortOrder) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
 
frags(int) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SummaryOptions
 
fragSize(int) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SummaryOptions
 
FT_ADD - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_ADDHASH - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_AGGREGATE - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_ALIASADD - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_ALIASDEL - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_ALIASUPDATE - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_ALTER - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_CONFIG_GET - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_CONFIG_HELP - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_CONFIG_SET - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_CREATE - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_DEL - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_DICTADD - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_DICTDEL - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_DICTDUMP - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_DROP - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_EXPLAIN - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_EXPLAINCLI - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_GET - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_INFO - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_LIST - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_MGET - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SPELLCHECK - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SUGADD - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SUGDEL - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SUGGET - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SUGLEN - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SYNADD - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SYNDUMP - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_SYNUPDATE - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
FT_TAGVALS - 接口 中的静态变量io.github.dengliming.redismodule.redisearch.protocol.RedisCommands
 
fuzzy() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 

G

GeoFilter - io.github.dengliming.redismodule.redisearch.search中的类
 
GeoFilter(String, double, double, double, GeoFilter.Unit) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.GeoFilter
 
GeoFilter.Unit - io.github.dengliming.redismodule.redisearch.search中的枚举
 
getAlias() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Apply
 
getAlias() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Reducer
 
getAttribute() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
getCode() - 枚举 中的方法io.github.dengliming.redismodule.redisearch.search.GeoFilter.Unit
 
getConfig(ConfigOption) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getConfigAsync(ConfigOption) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getDataType() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getDefinition() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
getDocument(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Returns the full contents of a document.
getDocumentAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getDocuments(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Returns the full contents of multiple documents.
getDocuments() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchResult
 
getDocumentsAsync(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getExpire() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
getExpr() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Apply
 
getExpr() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Filter
 
getField() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Reducer
 
getField() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.SortField
 
getField() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.Filter
 
getFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
getFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Schema
 
getFieldType() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
getFilter() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getHelp(ConfigOption) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getHelpAsync(ConfigOption) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getId() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
getKeyword() - 枚举 中的方法io.github.dengliming.redismodule.redisearch.index.ConfigOption
 
getLanguage() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
getLanguage() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getLanguageField() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getLat() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.GeoFilter
 
getLon() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.GeoFilter
 
getMax() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.SortBy
 
getMax() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
getMaxNum() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
getMin() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
getMisspelledSuggestions() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.MisspelledTerm
 
getName() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
getOrder() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.SortField
 
getPayload() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
getPayload() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Suggestion
 
getPayloadField() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getPhonetic() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
getPrefixes() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getPrefixes() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
getRadius() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.GeoFilter
 
getRediSearch(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.client.RediSearchClient
 
getReplaceCondition() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
getReplacePolicy() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
getRows() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateResult
 
getScore() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
getScore() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getScore() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Suggestion
 
getScore() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.MisspelledSuggestion
 
getScoreFiled() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
getSeparator() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.TagField
 
getSortFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.SortBy
 
getStopwords() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
getSuggestion(String, SuggestionOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Gets completion suggestions for a prefix.
getSuggestion() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.MisspelledSuggestion
 
getSuggestionAsync(String, SuggestionOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getSuggestionLength() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Gets the size of an auto-complete suggestion dictionary
getSuggestionLengthAsync() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getTagVals(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Returns the distinct tags indexed in a Tag field.
getTagValsAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
getTerm() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Suggestion
 
getTerm() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.MisspelledTerm
 
getTotal() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateResult
 
getTotal() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchResult
 
getUnit() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.GeoFilter
 
getWeight() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
Group - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
Group() - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.Group
 
groups(Group...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 

H

HighlightOptions - io.github.dengliming.redismodule.redisearch.search中的类
 
HighlightOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.search.HighlightOptions
 
highlightOptions(HighlightOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 

I

include(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SpellCheckOptions
 
IndexDefinition - io.github.dengliming.redismodule.redisearch.index中的类
 
IndexDefinition() - 类 的构造器io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
IndexDefinition(IndexDefinition.DataType) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
IndexDefinition.DataType - io.github.dengliming.redismodule.redisearch.index中的枚举
 
IndexInfo - io.github.dengliming.redismodule.redisearch.index中的类
 
IndexInfo() - 类 的构造器io.github.dengliming.redismodule.redisearch.index.IndexInfo
 
IndexOptions - io.github.dengliming.redismodule.redisearch.index中的类
 
IndexOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
inFields(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
inKeys(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
io.github.dengliming.redismodule.redisearch - 程序包 io.github.dengliming.redismodule.redisearch
 
io.github.dengliming.redismodule.redisearch.aggregate - 程序包 io.github.dengliming.redismodule.redisearch.aggregate
 
io.github.dengliming.redismodule.redisearch.client - 程序包 io.github.dengliming.redismodule.redisearch.client
 
io.github.dengliming.redismodule.redisearch.index - 程序包 io.github.dengliming.redismodule.redisearch.index
 
io.github.dengliming.redismodule.redisearch.index.schema - 程序包 io.github.dengliming.redismodule.redisearch.index.schema
 
io.github.dengliming.redismodule.redisearch.protocol - 程序包 io.github.dengliming.redismodule.redisearch.protocol
 
io.github.dengliming.redismodule.redisearch.protocol.decoder - 程序包 io.github.dengliming.redismodule.redisearch.protocol.decoder
 
io.github.dengliming.redismodule.redisearch.search - 程序包 io.github.dengliming.redismodule.redisearch.search
 
isAsync() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
isExclusiveMax() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
isExclusiveMin() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
isFuzzy() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
isMaxTextFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
isNoContent() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
isNoFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
isNoFreqs() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
isNoHL() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
isNoIndex() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
isNoOffsets() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
isNoSave() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
isNoStem() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
isSortable() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
isWithPayloads() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
isWithScores() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
isWithScores() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 

K

Keywords - io.github.dengliming.redismodule.redisearch.protocol中的枚举
 

L

language(RSLanguage) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
limits(Page...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
listIndexes() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Returns a list of all existing indexes.
listIndexesAsync() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
loadIndex() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
loadIndexAsync() - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
loads(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 

M

max(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the maximal value of a property, whether it is a string, number or NULL
max(int) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.SortBy
 
maxNum(int) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
maxTextFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
min(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the minimal value of a property, whether it is a string, number or NULL.
MisspelledSuggestion - io.github.dengliming.redismodule.redisearch.search中的类
 
MisspelledSuggestion(double, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.MisspelledSuggestion
 
misspelledSuggestions(List<MisspelledSuggestion>) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.MisspelledTerm
 
MisspelledTerm - io.github.dengliming.redismodule.redisearch.search中的类
 
MisspelledTerm(String) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.MisspelledTerm
 
MisspelledTermDecoder - io.github.dengliming.redismodule.redisearch.protocol.decoder中的类
 
MisspelledTermDecoder() - 类 的构造器io.github.dengliming.redismodule.redisearch.protocol.decoder.MisspelledTermDecoder
 

N

noContent() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
noFields() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
noFreqs() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
noHL() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
noIndex() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
noOffsets() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
noStem() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
noStopwords() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
NumericFilter - io.github.dengliming.redismodule.redisearch.search中的类
 
NumericFilter(String, double, boolean, double) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
NumericFilter(String, double, double) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
NumericFilter(String, double, double, boolean) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.NumericFilter
 
NumericFilter(String, double, boolean, double, boolean) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.NumericFilter
 

P

Page - io.github.dengliming.redismodule.redisearch.search中的类
 
Page(int, int) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.Page
 
page(Page) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
page(int, int) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
payload(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
Phonetic - io.github.dengliming.redismodule.redisearch.index中的枚举
 
phonetic(Phonetic) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
prefixes(List<String>) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 

Q

quantile(String, double) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the value of a numeric property at a given quantile of the results.

R

randomSample(String, int) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Perform a reservoir sampling of the group elements with a given size, and return an array of the sampled items with an even distribution.
RedisCommands - io.github.dengliming.redismodule.redisearch.protocol中的接口
 
RediSearch - io.github.dengliming.redismodule.redisearch中的类
 
RediSearch(Codec, CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.RediSearch
 
RediSearch(CommandAsyncExecutor, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.RediSearch
 
RediSearchClient - io.github.dengliming.redismodule.redisearch.client中的类
 
RediSearchClient(Config) - 类 的构造器io.github.dengliming.redismodule.redisearch.client.RediSearchClient
 
Reducer - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
Reducer(String) - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.Reducer
 
reducers(Reducer...) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.Group
 
Reducers - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
Reducers() - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.Reducers
 
returnFields(String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
RSLanguage - io.github.dengliming.redismodule.redisearch.index中的枚举
The supported languages

S

Schema - io.github.dengliming.redismodule.redisearch.index.schema中的类
 
Schema() - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.Schema
 
Schema(List<Field>) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.Schema
 
scorer(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
search(String, SearchOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Searches the index with a textual query, returning either documents or just ids.
searchAsync(String, SearchOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
SearchOptions - io.github.dengliming.redismodule.redisearch.search中的类
 
SearchOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
SearchResult - io.github.dengliming.redismodule.redisearch.search中的类
 
SearchResult(long, List<Document>) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.SearchResult
 
SearchResultDecoder - io.github.dengliming.redismodule.redisearch.protocol.decoder中的类
 
SearchResultDecoder(boolean, boolean) - 类 的构造器io.github.dengliming.redismodule.redisearch.protocol.decoder.SearchResultDecoder
 
separator(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SummaryOptions
 
setAsync(boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setConfig(ConfigOption, String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
setConfigAsync(ConfigOption, String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
setExpire(long) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
setFilter(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setId(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
setLanguage(RSLanguage) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
setLanguage(RSLanguage) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setLanguageField(RSLanguage) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setNoSave(boolean) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
setPayload(byte[]) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
setPayloadField(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setPrefixes(List<String>) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setReplaceCondition(DocumentOptions.ReplacePolicy, String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions
 
setRows(List<Map<String, Object>>) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateResult
 
setScore(double) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.Document
 
setScore(double) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setScoreFiled(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition
 
setTotal(long) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateResult
 
slop(int) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
sort(SortBy) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
sortable() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.schema.Field
 
sortBy(SortBy) - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
SortBy - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
SortBy(SortField...) - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.SortBy
 
SortBy - io.github.dengliming.redismodule.redisearch.search中的类
 
SortBy(String, SortOrder) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.SortBy
 
SortField - io.github.dengliming.redismodule.redisearch.aggregate中的类
 
SortField(String, SortOrder) - 类 的构造器io.github.dengliming.redismodule.redisearch.aggregate.SortField
 
spellCheck(String, SpellCheckOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Performs spelling correction on a query, returning suggestions for misspelled terms.
spellCheckAsync(String, SpellCheckOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
SpellCheckOptions - io.github.dengliming.redismodule.redisearch.search中的类
 
SpellCheckOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.search.SpellCheckOptions
 
stdDev(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the standard deviation of a numeric property in the group.
stopwords(List<String>) - 类 中的方法io.github.dengliming.redismodule.redisearch.index.IndexOptions
 
StringMapInfoDecoder - io.github.dengliming.redismodule.redisearch.protocol.decoder中的类
 
StringMapInfoDecoder() - 类 的构造器io.github.dengliming.redismodule.redisearch.protocol.decoder.StringMapInfoDecoder
 
Suggestion - io.github.dengliming.redismodule.redisearch.index中的类
 
Suggestion(String, double, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.Suggestion
 
SuggestionOptions - io.github.dengliming.redismodule.redisearch.index中的类
 
SuggestionOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
sum(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Return the sum of all numeric values of a given property in a group.
summaryOptions(SummaryOptions) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
SummaryOptions - io.github.dengliming.redismodule.redisearch.search中的类
 
SummaryOptions() - 类 的构造器io.github.dengliming.redismodule.redisearch.search.SummaryOptions
 

T

TagField - io.github.dengliming.redismodule.redisearch.index.schema中的类
 
TagField(String) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.TagField
 
TagField(String, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.TagField
 
tags(Tags) - 类 中的方法io.github.dengliming.redismodule.redisearch.search.HighlightOptions
 
Tags - io.github.dengliming.redismodule.redisearch.search中的类
 
Tags(String, String) - 类 的构造器io.github.dengliming.redismodule.redisearch.search.Tags
 
TextField - io.github.dengliming.redismodule.redisearch.index.schema中的类
 
TextField(String) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
TextField(String, double) - 类 的构造器io.github.dengliming.redismodule.redisearch.index.schema.TextField
 
toList(String) - 类 中的静态方法io.github.dengliming.redismodule.redisearch.aggregate.Reducers
Merge all distinct values of a given property into a single array.

U

updateAlias(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
updateAliasAsync(String) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 
updateSynonym(long, String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
Updates a synonym group.
updateSynonymAsync(long, String...) - 类 中的方法io.github.dengliming.redismodule.redisearch.RediSearch
 

V

valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.ConfigOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions.ReplacePolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.Phonetic
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.RSLanguage
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.schema.FieldType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.protocol.Keywords
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.search.GeoFilter.Unit
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.ConfigOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.DocumentOptions.ReplacePolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.IndexDefinition.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.Phonetic
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.RSLanguage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.index.schema.FieldType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.protocol.Keywords
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.dengliming.redismodule.redisearch.search.GeoFilter.Unit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verbatim() - 类 中的方法io.github.dengliming.redismodule.redisearch.aggregate.AggregateOptions
 
verbatim() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 

W

withInOrder() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
withPayloads() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
withPayloads() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
withScores() - 类 中的方法io.github.dengliming.redismodule.redisearch.index.SuggestionOptions
 
withScores() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
withSortKeys() - 类 中的方法io.github.dengliming.redismodule.redisearch.search.SearchOptions
 
A B C D E F G H I K L M N P Q R S T U V W 
跳过导航链接

Copyright © 2024. All rights reserved.