SearchResultGroupInfo ClassAnkiro Enterprise Suite Reference Documentation
The SearchResultGroupInfo class contains information about a grouping of result documents based on distinct property values.
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 SearchResultGroupInfo : IExtensibleDataObject

The SearchResultGroupInfo type exposes the following members.

Constructors

  NameDescription
Public methodSearchResultGroupInfo
Initializes a new instance of the SearchResultGroupInfo 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
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.
Public propertyDocuments
The documents contained in the group.
Public propertyExtensionData
Public propertyGroups
The collection of distinct property values and counts contained in this group.
Public propertyProperty
The property by which documents are being grouped.
Top
See Also