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.SearchAssembly: 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
Constructors
Properties
| Name | Description |
---|
| Display_Term | Term used for displaying this metadata field in searches and results |
| Facet_Term | Term used for this metadata field when displaying facets |
| ID | Primary identifier for this metadata search field |
| Name | Name of this metadata search field (remains fairly constant, and links back to database name) |
| Solr_Field | Field name for this search field in the Solr search indexes |
| Web_Code | Code used within the web application for searches against this field (particularly in the URLs) |
See Also