The PreFacetInfo class is part of a SearchResult and contains group summation information about which groups would have
been matched without any SearchParameters.FacetParameters specified.
Inheritance Hierarchy
Ankiro.SearchServer.Data.Search PreFacetInfo
Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The PreFacetInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PreFacetInfo | Initializes a new instance of the PreFacetInfo class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | GroupInfo |
The group information that would have been matched without any SearchParameters.FacetParameters specified.
|
![]() | GroupSummations |
The group summation information that would have been matched without any SearchParameters.FacetParameters specified.
|
![]() | SearchTime |
Additional time consumed by calculating the result set that would have been matched without any SearchParameters.FacetParameters specified.
|
![]() | TotalResults |
Total number of results that would have been matched without any SearchParameters.FacetParameters specified.
|
See Also