Click or drag to resize

SearchFacetBuilder<TDocument>.Number Method

Overload List
  NameDescription
Public methodNumber(String, SearchPathDefinition<TDocument>,BsonValue[])
Creates a facet that determines the frequency of numeric values by breaking the search results into separate ranges of numbers.
Public methodNumber<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.
Public methodNumber(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.
Public methodNumber<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.
Top
See Also