SolrPage Class
Object stores the basic information about a page within this digital object and makes
the basic attributes and full text available for Solr indexing
Namespace: SobekCM.Resource_Object.SolrAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
 | BibID | Returns the bibliographic identifier (BibID) for the Solr engine to index for this page |
 | Did | Returns the DID for the Solr engine to index for this page |
 | PageID | Returns the unique PageID for the Solr engine to index for this page |
 | PageName | Returns the name of this page for the Solr engine to store for this page |
 | PageOrder | Returns the page order for this page within the greater document for the Solr engine to store for this page |
 | PageText | Returns the full text for this page for the Solr engine to index for this page |
 | Thumbnail | Returns the name of the thumbnail associated with this page for the Solr engine to store for this page |
 | VID | Returns the volume identifier (VID) for the Solr engine to index for this page |
See Also