| FTAggregateOptions |
|
| FTAggregateOptions.Apply |
Apply a 1-to-1 transformation on one or more properties and either stores the result as a new
property down the pipeline or replace any property using this transformation.
|
| FTAggregateOptions.Filter |
Filter the results using predicate expression relating to values in each result.
|
| FTAggregateOptions.FTAggregateClause |
|
| FTAggregateOptions.FTAggregateOptionsBuilder |
|
| FTAggregateOptions.GroupBy |
A clause for grouping the results in the pipeline based on one or more properties.
|
| FTAggregateOptions.GroupBy.Reducer |
A function that handles the group entries, either counting them, or performing multiple
aggregate operations.
|
| FTAggregateOptions.Limit |
A clause for limiting the number of retained records.
|
| FTAggregateOptions.SortBy |
Sort the pipeline using a list of properties.
|
| FTAggregateOptions.SortBy.SortProperty |
A sorting parameter.
|
| FTCreateOptions |
|
| FTCreateOptions.FieldInfo |
Field definition to be added into index schema.
|
| FTCreateOptions.FTCreateOptionsBuilder |
|
| FTCreateOptions.NumericField |
Field contains a number.
|
| FTCreateOptions.TagField |
Tag fields are similar to full-text fields, but they interpret the text as a simple list of
tags delimited by a separator character.
For FTCreateOptions.DataType.HASH fields, separator default is a comma ( ,).
|
| FTCreateOptions.TextField |
Field contains any blob of data.
|
| FTCreateOptions.VectorFieldFlat |
Vector field that supports vector search by FLAT (brute force) algorithm.
The algorithm is a brute force linear processing of each vector in the index, yielding exact
answers within the bounds of the precision of the distance computations.
|
| FTCreateOptions.VectorFieldFlatBuilder |
|
| FTCreateOptions.VectorFieldHnsw |
Vector field that supports vector search by HNSM (Hierarchical Navigable Small
World) algorithm.
The algorithm provides an approximation of the correct answer in exchange for substantially
lower execution times.
|
| FTCreateOptions.VectorFieldHnswBuilder |
|
| FTProfileOptions |
|
| FTSearchOptions |
|
| FTSearchOptions.FTSearchOptionsBuilder |
|