Metadata_Search_Field Constructor (Int16, String, String, String, String, String)
Constructor for a new instance of the Metadata_Search_Field class
Namespace: SobekCM.Core.SearchAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Metadata_Search_Field(
short ID,
string Facet_Term,
string Display_Term,
string Web_Code,
string Solr_Field,
string Name
) |
Parameters
- ID
- Type: System..::..Int16
Primary identifier for this metadata search field
- Facet_Term
- Type: System..::..String
Term used for this metadata field when displaying facets
- Display_Term
- Type: System..::..String
Term used for displaying this metadata field in searches and results
- Web_Code
- Type: System..::..String
Code used within the web application for searches against this field (particularly in the URLs)
- Solr_Field
- Type: System..::..String
Field name for this search field in the Solr search indexes
- Name
- Type: System..::..String
Name of this metadata search field (remains fairly constant, and links back to database name)
See Also