mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Results >> Search_Results_Statistics

Search_Results_Statistics Class



Contains all the top-level information about a set of search results, while not containing any of the actual pages of results


Namespace: SobekCM.Core.Results
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("resultSetStatistics")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Search_Results_Statistics

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Results..::..Search_Results_Statistics

Constructors

  NameDescription
Public methodSearch_Results_Statistics()()()()
Constructor for a new instance of the Search_Results_Statistics class
Public methodSearch_Results_Statistics(List<(Of <<'(String>)>>))
Constructor for a new instance of the Search_Results_Statistics class
Public methodSearch_Results_Statistics(DbDataReader, List<(Of <<'(Int16>)>>), List<(Of <<'(String>)>>))
Constructor for a new instance of the Search_Results_Statistics class
Public methodSearch_Results_Statistics(DataSet, List<(Of <<'(Int16>)>>), Int32, Int32, List<(Of <<'(String>)>>))
Constructor for a new instance of the Search_Results_Statistics class

Properties

  NameDescription
Public propertyAggregation_Facets
Gets the collection of aggregation facets associated with this results set
Public propertyAggregation_Facets_Count
Gets the number of aggregation facets associated with this results set
Public propertyAll_Collections_Items
Number of items matching the search parameters, if the search is expanded to the all collections
Public propertyAll_Collections_Items_AsString
Number of items matching the search parameters, if the search is expanded to the all collections
Public propertyAll_Collections_Titles
Number of titles matching the search parameters, if the search is expanded to the all collections
Public propertyAll_Collections_Titles_AsString
Number of titles matching the search parameters, if the search is expanded to the all collections
Public propertyFacet_Collections
Collection of all the facets associated with this results set
Public propertyHas_Facet_Info
Gets the flag that indicates if this result set has facet information
Public propertyMetadata_Labels
List of the metadata labels associated with each of the values found in the title results in the page of results
Public propertyQueryTime
Time, in millseconds, required for this query on the search engine
Public propertyTotal_Items
Total number of items matching the search parameters
Public propertyTotal_Titles
Total number of titles matching the search parameters

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )