Solr_Page_Results.Search Method
Perform an in-document search for pages with matching full-text
Namespace: SobekCM.Engine_Library.SolrAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static Solr_Page_Results Search(
string BibID,
string VID,
List<string> Search_Terms,
int ResultsPerPage,
int ResultsPage,
bool Sort_By_Score
) |
Parameters
- BibID
- Type: System..::..String
Bibliographic identifier (BibID) for the item to search
- VID
- Type: System..::..String
Volume identifier for the item to search
- Search_Terms
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
Terms to search for within the page text
- ResultsPerPage
- Type: System..::..Int32
Number of results to display per a "page" of results
- ResultsPage
- Type: System..::..Int32
Which page of results to return ( one-based, so the first page is page number of one )
- Sort_By_Score
- Type: System..::..Boolean
Flag indicates whether to sort the results by relevancy score, rather than the default page order
Return Value
Type:
Solr_Page_Results Page search result object with all relevant result information
See Also