SolrNet: SolrNet.DSL.Impl.IDSLFacetFieldOptions< T > Interface Template Reference

SolrNet

SolrNet.DSL.Impl.IDSLFacetFieldOptions< T > Interface Template Reference

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

List of all members.

Public Member Functions

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>
interface SolrNet::DSL::Impl::IDSLFacetFieldOptions< T >


Member Function Documentation

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.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.

Implemented in SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.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.

Implemented in SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.

template<T >
IDSLFacetFieldOptions<T> SolrNet.DSL.Impl.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.

Implemented in SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.

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

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

Implemented in SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.

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

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

Implemented in SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.

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

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

Implemented in SolrNet.DSL.Impl.DSLFacetFieldOptions< T >.


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