Interface | Description |
---|---|
RediSearchCommands | |
RediSearchPipelineCommands |
Class | Description |
---|---|
Document |
Document represents a single indexed document or entity in the engine
|
FieldName | |
IndexDefinition |
IndexDefinition encapsulates configuration for index definition creation and should be given to
the client on index creation
|
IndexOptions |
IndexOptions encapsulates flags for index creation and should be given to the client on index
creation
|
Query |
Query represents query parameters and filters to load results from the engine
|
Query.Filter |
Filter represents a filtering rules in a query
|
Query.GeoFilter |
GeoFilter encapsulates a radius filter on a geographical indexed fields
|
Query.HighlightTags | |
Query.NumericFilter |
NumericFilter wraps a range filter on a numeric field.
|
Query.Paging | |
Schema |
Schema abstracs the schema definition when creating an index.
|
Schema.Field | |
Schema.TagField | |
Schema.TextField |
FullText field spec.
|
SearchProtocol | |
SearchResult |
SearchResult encapsulates the returned result from a search query.
|
SearchResult.SearchResultBuilder |
Enum | Description |
---|---|
IndexDefinition.Type | |
Schema.FieldType | |
SearchProtocol.SearchCommand | |
SearchProtocol.SearchKeyword |
Copyright © 2021. All rights reserved.