London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FacetParameters

Inheritance
System.Object
FacetParameters
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 FacetParameters

Constructors

FacetParameters()

Declaration
public FacetParameters()

Properties

EnumCacheMinDf

Declaration
public int? EnumCacheMinDf { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Limit

Declaration
public int? Limit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MinCount

Declaration
public int? MinCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Missing

Declaration
public bool? Missing { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Offset

Declaration
public int? Offset { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Prefix

Declaration
public string Prefix { get; set; }
Property Value
Type Description
System.String

Queries

Declaration
public ICollection<ISolrFacetQuery> Queries { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<ISolrFacetQuery>

Sort

Declaration
public bool? Sort { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>