Click or drag to resize

SearchFacetBuilderTDocumentNumber Method

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