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 SolrFacetFieldQuery

Inheritance
System.Object
SolrFacetFieldQuery
Implements
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
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class SolrFacetFieldQuery : ISolrFacetQuery

Constructors

SolrFacetFieldQuery(String)

Declaration
public SolrFacetFieldQuery(string field)
Parameters
Type Name Description
System.String field

Properties

EnumCacheMinDf

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

Field

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

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

Query

Declaration
public IEnumerable<KeyValuePair<string, string>> Query { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>

Sort

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

Implements