Class StatsParameters

Inheritance
System.Object
StatsParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet.Commands.Parameters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class StatsParameters

Constructors

StatsParameters()

Declaration
public StatsParameters()

Properties

Facets

Declaration
public ICollection<string> Facets { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>

FieldsWithFacets

Declaration
public IDictionary<string, ICollection<string>> FieldsWithFacets { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.ICollection<System.String>>

Methods

AddFacet(String)

Declaration
public StatsParameters AddFacet(string facet)
Parameters
Type Name Description
System.String facet
Returns
Type Description
StatsParameters

AddField(String)

Declaration
public StatsParameters AddField(string field)
Parameters
Type Name Description
System.String field
Returns
Type Description
StatsParameters

AddFieldWithFacet(String, String)

Declaration
public StatsParameters AddFieldWithFacet(string field, string facet)
Parameters
Type Name Description
System.String field
System.String facet
Returns
Type Description
StatsParameters

AddFieldWithFacets(String, IEnumerable<String>)

Declaration
public StatsParameters AddFieldWithFacets(string field, IEnumerable<string> facets)
Parameters
Type Name Description
System.String field
System.Collections.Generic.IEnumerable<System.String> facets
Returns
Type Description
StatsParameters

AddFieldWithFacets(String, String[])

Declaration
public StatsParameters AddFieldWithFacets(string field, params string[] facets)
Parameters
Type Name Description
System.String field
System.String[] facets
Returns
Type Description
StatsParameters