SearchResultGroupInfoGroup ClassAnkiro Enterprise Suite Reference Documentation
The SearchResultGroupInfoGroup class contains information about counts and documents matching a specific distinct property value.
Inheritance Hierarchy

System Object
  Ankiro.SearchServer.Data.Search SearchResultGroupInfo
    Ankiro.SearchServer.Data.Search SearchResultGroupInfoGroup

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public class SearchResultGroupInfoGroup : SearchResultGroupInfo

The SearchResultGroupInfoGroup type exposes the following members.

Constructors

  NameDescription
Public methodSearchResultGroupInfoGroup
Initializes a new instance of the SearchResultGroupInfoGroup class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeyedGroups (Inherited from SearchResultGroupInfo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
The total number of documents contained in the child group collection.
(Inherited from SearchResultGroupInfo.)
Public propertyCountTotal
The logical sum of documents across the entire search result that shares the distinct property value, irrespective of the number of documents actually returned in the search result.
Public propertyDocuments
The documents contained in the group.
(Inherited from SearchResultGroupInfo.)
Public propertyExtensionData (Inherited from SearchResultGroupInfo.)
Public propertyGroups
The collection of distinct property values and counts contained in this group.
(Inherited from SearchResultGroupInfo.)
Public propertyProperty
The property by which documents are being grouped.
(Inherited from SearchResultGroupInfo.)
Public propertyValue
The distinct property value that are shared by documents in this group.
Top
See Also