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
Code Details >> Core >> Search >> Metadata_Search_Field

Metadata_Search_Field Class



Contains all the relevant and linking information about a single metadata search field including information for the web application URLs, searching in the database, and searching within a Solr/Lucene index


Namespace: SobekCM.Core.Search
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("MetadataSearchField")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Metadata_Search_Field

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Search..::..Metadata_Search_Field

Constructors

  NameDescription
Public methodMetadata_Search_Field()()()()
Constructor for a new instance of the Metadata_Search_Field class
Public methodMetadata_Search_Field(Int16, String, String, String, String, String)
Constructor for a new instance of the Metadata_Search_Field class

Properties

  NameDescription
Public propertyDisplay_Term
Term used for displaying this metadata field in searches and results
Public propertyFacet_Term
Term used for this metadata field when displaying facets
Public propertyID
Primary identifier for this metadata search field
Public propertyName
Name of this metadata search field (remains fairly constant, and links back to database name)
Public propertySolr_Field
Field name for this search field in the Solr search indexes
Public propertyWeb_Code
Code used within the web application for searches against this field (particularly in the URLs)

See Also



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