mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Solr_Page_Result Class



Stores the information relating to a single page result from an in-document search against a Solr index


Namespace: SobekCM.Engine_Library.Solr
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
public class Solr_Page_Result

Remarks

This is populated by the Solr query through SolrNet, using the SolrNet property attributes as guides. The highlighted snippet containing the search term(s) for this page is also loaded into this object

Inheritance Hierarchy

System..::..Object
  SobekCM.Engine_Library.Solr..::..Solr_Page_Result

Constructors

  NameDescription
Public methodSolr_Page_Result
Constructor for a new instancee of the Solr_Page_Result class

Properties

  NameDescription
Public propertyPageID
Unique PageID for this single page result from a search within a document
Public propertyPageName
Name of this page for this single page result from a search within a document
Public propertyPageOrder
Page order for this single page result from a search within a document
Public propertySnippet
Highlighted snippet of text for this single page result from a search within a document
Public propertyThumbnail
Thumbnail image for this page results

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )