Solr_Page_Results Class
Stores a group of page results from an in-document search against a Solr full text index
Namespace: SobekCM.Engine_Library.SolrAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Solr_Page_Results |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Solr_Page_Results | Constructor for a new instance of the Solr_Page_Results class |
Methods
| Name | Description |
---|
| Add_Result | Add the next single page result from an in-document search against a Solr full-text index |
| Search | Perform an in-document search for pages with matching full-text |
Properties
| Name | Description |
---|
| Page_Number | Page number of these results within the complete results |
| Query | Actual query string conducted by the SobekCM user and then processed against the Solr search engine |
| QueryTime | Time, in millseconds, required for this query on the Solr search engine |
| Results | Gets the collection of single page search results associated with this search |
| Sort_By_Score | Flag indicates if these search results were sorted by score, rather than the default sorting by page order |
| TotalResults | Number of total results in the complete result set |
See Also