Solr_Controller.Index_Collection Method
Indexes all the items within a SobekCM library or a single item aggregation within a SobekCM library
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 void Index_Collection(
string SolrDocumentUrl,
string SolrPageUrl,
string File_Location,
string Collection
) |
Parameters
- SolrDocumentUrl
- Type: System..::..String
URL for the solr/lucene core used for searching for a single document within the library
- SolrPageUrl
- Type: System..::..String
URL for the solr/lucene core used for searching within a single document for matching pages
- File_Location
- Type: System..::..String
Location where all resource files are located
- Collection
- Type: System..::..String
Code the item aggreagtion to index, or empty string to index the entire library
See Also