SolrNet.Commands.Parameters.StatsParameters Class Reference
Parameters to query stats More...
Public Member Functions | |
| StatsParameters | AddFacet (string facet) |
| Adds a facet to the Facets collection. | |
| StatsParameters | AddField (string field) |
| Adds a field (without facets) to the FieldsWithFacets collection. | |
| StatsParameters | AddFieldWithFacet (string field, string facet) |
| Adds a field with a related facet to the FieldsWithFacets collection. | |
| StatsParameters | AddFieldWithFacets (string field, IEnumerable< string > facets) |
| Adds a field with related facets to the FieldsWithFacets collection. | |
| StatsParameters | AddFieldWithFacets (string field, params string[] facets) |
| Adds a field with related facets to the FieldsWithFacets collection. | |
| StatsParameters () | |
| Parameters to query stats. | |
Properties | |
| IDictionary< string, ICollection< string > > | FieldsWithFacets [get, set] |
| Dictionary of fields to get stats, and their associated facets (if any) | |
| ICollection< string > | Facets [get, set] |
| Global facets: get these facets' stats for all fields requested in FieldsWithFacets | |
Detailed Description
Parameters to query stats
Constructor & Destructor Documentation
| SolrNet.Commands.Parameters.StatsParameters.StatsParameters | ( | ) |
Parameters to query stats.
Member Function Documentation
| StatsParameters SolrNet.Commands.Parameters.StatsParameters.AddFacet | ( | string | facet ) |
| StatsParameters SolrNet.Commands.Parameters.StatsParameters.AddField | ( | string | field ) |
| StatsParameters SolrNet.Commands.Parameters.StatsParameters.AddFieldWithFacet | ( | string | field, |
| string | facet | ||
| ) |
Adds a field with a related facet to the FieldsWithFacets collection.
- Parameters:
-
field facet
- Returns:
| StatsParameters SolrNet.Commands.Parameters.StatsParameters.AddFieldWithFacets | ( | string | field, |
| IEnumerable< string > | facets | ||
| ) |
Adds a field with related facets to the FieldsWithFacets collection.
- Parameters:
-
field facets
- Returns:
| StatsParameters SolrNet.Commands.Parameters.StatsParameters.AddFieldWithFacets | ( | string | field, |
| params string[] | facets | ||
| ) |
Adds a field with related facets to the FieldsWithFacets collection.
- Parameters:
-
field facets
- Returns:
Property Documentation
ICollection<string> SolrNet.Commands.Parameters.StatsParameters.Facets [get, set] |
Global facets: get these facets' stats for all fields requested in FieldsWithFacets
IDictionary<string, ICollection<string> > SolrNet.Commands.Parameters.StatsParameters.FieldsWithFacets [get, set] |
Dictionary of fields to get stats, and their associated facets (if any)
The documentation for this class was generated from the following file:
- SolrNet/Commands/Parameters/StatsParameters.cs
Generated on Sun May 3 2015 17:19:07 for SolrNet by
1.7.2