See: Description
| Interface | Description |
|---|---|
| RediSearchCommands | |
| RediSearchPipelineCommands |
| Class | Description |
|---|---|
| Document |
Document represents a single indexed document or entity in the engine
|
| FieldName | |
| FTCreateParams | |
| FTProfileParams | |
| FtSearchIteration | |
| FTSearchParams |
Query represents query parameters and filters to load results from the engine
|
| FTSearchParams.GeoFilter |
GeoFilter encapsulates a radius filter on a geographical indexed fields
|
| FTSearchParams.HighlightParams | |
| FTSearchParams.NumericFilter |
NumericFilter wraps a range filter on a numeric field.
|
| FTSearchParams.SummarizeParams | |
| FTSpellCheckParams | |
| 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
|
| ProfilingInfo | |
| 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 | |
| RediSearchUtil | |
| Schema |
Schema abstracts the schema definition when creating an index.
|
| Schema.Field | |
| Schema.TagField | |
| Schema.TextField |
FullText field spec.
|
| Schema.VectorField | |
| SearchBuilderFactory | |
| SearchProtocol | |
| SearchResult |
SearchResult encapsulates the returned result from a search query.
|
| SearchResult.PerFieldDecoderSearchResultBuilder | |
| SearchResult.SearchResultBuilder |
| Enum | Description |
|---|---|
| IndexDataType | |
| IndexDefinition.Type | |
| Schema.FieldType | |
| Schema.VectorField.VectorAlgo |
Enumeration of supported vector indexing algorithms in Redis.
|
| SearchProtocol.SearchCommand | |
| SearchProtocol.SearchKeyword |
Copyright © 2025. All rights reserved.