SearchFacetBuilder<TDocument>.String Method |
Name | Description | |
---|---|---|
![]() | String(String, SearchPathDefinition<TDocument>, Nullable<Int32>) |
Creates a facet that narrows down Atlas Search results based on the most frequent
string values in the specified string field.
|
![]() | String<TField>(String, Expression<Func<TDocument, TField>>, Nullable<Int32>) |
Creates a facet that narrows down Atlas Search result based on the most frequent
string values in the specified string field.
|