SolrNet: SolrNet.DSL.Impl.DSLFacetFieldOptions< T > Class Template Reference

SolrNet

SolrNet.DSL.Impl.DSLFacetFieldOptions< T > Class Template Reference

Inheritance diagram for SolrNet.DSL.Impl.DSLFacetFieldOptions< T >:

List of all members.

Public Member Functions

 DSLFacetFieldOptions (ISolrConnection connection, ISolrQuery query, ICollection< SortOrder > order, ICollection< ISolrFacetQuery > facets, SolrFacetFieldQuery facetQuery)
IDSLFacetFieldOptions< T > LimitTo (int limit)
 Maximum number of constraint counts that should be returned for the facet fields. A negative value means unlimited. The default value is 100.
IDSLFacetFieldOptions< T > DontSortByCount ()
 Set to true, this parameter indicates that constraints should be sorted by their count. If false, facets will be in their natural index order (unicode). For terms in the ascii range, this will be alphabetically sorted. The default is true if Limit is greater than 0, false otherwise.
IDSLFacetFieldOptions< T > WithPrefix (string prefix)
 Limits the terms on which to facet to those starting with the given string prefix.
IDSLFacetFieldOptions< T > WithMinCount (int count)
 Minimum counts for facet fields that should be included in the response. The default value is 0.
IDSLFacetFieldOptions< T > StartingAt (int offset)
 Indicates an offset into the list of constraints to allow paging. The default value is 0.
IDSLFacetFieldOptions< T > IncludeMissing ()
 Set to true this param indicates that in addition to the Term based constraints of a facet field, a count of all matching results which have no value for the field should be computed Default is false.

template<T>
class SolrNet::DSL::Impl::DSLFacetFieldOptions< T >


Member Function Documentation

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.DontSortByCount (  )

Set to true, this parameter indicates that constraints should be sorted by their count. If false, facets will be in their natural index order (unicode). For terms in the ascii range, this will be alphabetically sorted. The default is true if Limit is greater than 0, false otherwise.

Implements SolrNet.DSL.Impl.IDSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.IncludeMissing (  )

Set to true this param indicates that in addition to the Term based constraints of a facet field, a count of all matching results which have no value for the field should be computed Default is false.

Implements SolrNet.DSL.Impl.IDSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.LimitTo ( int  limit )

Maximum number of constraint counts that should be returned for the facet fields. A negative value means unlimited. The default value is 100.

Implements SolrNet.DSL.Impl.IDSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.StartingAt ( int  offset )

Indicates an offset into the list of constraints to allow paging. The default value is 0.

Implements SolrNet.DSL.Impl.IDSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.WithMinCount ( int  count )

Minimum counts for facet fields that should be included in the response. The default value is 0.

Implements SolrNet.DSL.Impl.IDSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.WithPrefix ( string  prefix )

Limits the terms on which to facet to those starting with the given string prefix.

Implements SolrNet.DSL.Impl.IDSLFacetFieldOptions< T >.


The documentation for this class was generated from the following file:
  • SolrNet.DSL/Impl/DSLFacetFieldOptions.cs
Generated on Sun May 3 2015 17:19:07 for SolrNet by  doxygen 1.7.2