SolrNet: SolrNet.Group< T > Class Template Reference

SolrNet

SolrNet.Group< T > Class Template Reference

A Single group of documents. More...

List of all members.

Public Member Functions

 Group ()
 A single group of documents.

Properties

string GroupValue [get, set]
 The groupvalue for this group of documents.
int NumFound [get, set]
 Returns the number of matching documents that are found for this groupValue.
ICollection< T > Documents [get, set]
 The actual documents in the group. You can control the amount of documents in this collection by using the Limit property of the GroupingParameters.

Detailed Description

template<T>
class SolrNet::Group< T >

A Single group of documents.

Template Parameters:
T

Member Function Documentation

template<T >
SolrNet.Group< T >.Group (  )

A single group of documents.


Property Documentation

template<T >
ICollection<T> SolrNet.Group< T >.Documents [get, set]

The actual documents in the group. You can control the amount of documents in this collection by using the Limit property of the GroupingParameters.

template<T >
string SolrNet.Group< T >.GroupValue [get, set]

The groupvalue for this group of documents.

template<T >
int SolrNet.Group< T >.NumFound [get, set]

Returns the number of matching documents that are found for this groupValue.


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