Solr_Controller.Update_Index Method
Indexes a single digital resource 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 Update_Index(
string SolrDocumentUrl,
string SolrPageUrl,
SobekCM_Item Resource,
bool Include_Text
) |
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
- Resource
- Type: SobekCM.Resource_Object..::..SobekCM_Item
Digital resource to index
- Include_Text
- Type: System..::..Boolean
Flag indicates whether to look for and include full text
See Also