SearchFacetBuilder<TDocument>.Number Method |
Name | Description | |
---|---|---|
Number(String, SearchPathDefinition<TDocument>,BsonValue[]) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
Number<TField>(String, Expression<Func<TDocument, TField>>,BsonValue[]) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
Number(String, SearchPathDefinition<TDocument>, IEnumerable<BsonValue>, String) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
Number<TField>(String, Expression<Func<TDocument, TField>>, IEnumerable<BsonValue>, String) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
|