Class Builders<TDocument>
A static helper class containing various builders.
public static class Builders<TDocument>
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Builders<TDocument>
- Inherited Members
Properties
Filter
public static FilterDefinitionBuilder<TDocument> Filter { get; }
Property Value
- FilterDefinitionBuilder<TDocument>
IndexKeys
public static IndexKeysDefinitionBuilder<TDocument> IndexKeys { get; }
Property Value
- IndexKeysDefinitionBuilder<TDocument>
Projection
public static ProjectionDefinitionBuilder<TDocument> Projection { get; }
Property Value
- ProjectionDefinitionBuilder<TDocument>
Search
public static SearchDefinitionBuilder<TDocument> Search { get; }
Property Value
- SearchDefinitionBuilder<TDocument>
SearchFacet
Gets a SearchFacetBuilder<TDocument>.
public static SearchFacetBuilder<TDocument> SearchFacet { get; }
Property Value
- SearchFacetBuilder<TDocument>
SearchPath
Gets a SearchPathDefinition<TDocument>.
public static SearchPathDefinitionBuilder<TDocument> SearchPath { get; }
Property Value
- SearchPathDefinitionBuilder<TDocument>
SearchScore
public static SearchScoreDefinitionBuilder<TDocument> SearchScore { get; }
Property Value
- SearchScoreDefinitionBuilder<TDocument>
SearchScoreFunction
public static SearchScoreFunctionBuilder<TDocument> SearchScoreFunction { get; }
Property Value
- SearchScoreFunctionBuilder<TDocument>
SearchSpan
public static SearchSpanDefinitionBuilder<TDocument> SearchSpan { get; }
Property Value
- SearchSpanDefinitionBuilder<TDocument>
SetFields
public static SetFieldDefinitionsBuilder<TDocument> SetFields { get; }
Property Value
- SetFieldDefinitionsBuilder<TDocument>
Sort
Gets a SortDefinitionBuilder<TDocument>.
public static SortDefinitionBuilder<TDocument> Sort { get; }
Property Value
- SortDefinitionBuilder<TDocument>
Update
Gets an UpdateDefinitionBuilder<TDocument>.
public static UpdateDefinitionBuilder<TDocument> Update { get; }
Property Value
- UpdateDefinitionBuilder<TDocument>