propertyStore Element (Search Connector Schema)
[This documentation is preliminary and is subject to change.]
This optional <propertyStore> element specifies a location to an XML-based IPropertyStore to store open metadata for this search connector. This element has no attributes and only one child element.
Syntax
<!-- propertyStore -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="propertyStore" type="propertyStoreType" minOccurs="0">
<xs:element name="property" minOccurs="0" maxOccurrs="unbounded"/>
</xs:element>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
Element Information
Parent Element | Child Elements |
---|---|
searchConnectorDescriptionType Element (Search Connector Schema) | property Element (Search Connector Schema) |
Example
The following sample shows a <propertyStore> element with two <property> elements.
<propertyStore>
<property name="OpenSearchHTMLRolloverTemplate">https://www.adventureworks.com/Search/en-US/?Query={searchTerms}</property>
<property name="isExternal" type="boolean">true</property>
</propertyStore>