Logo

Parametric Search Appliance

This is custom script. Do not install updates.

 

Thunderstone Search Appliance Manual

<<Previous: Populating from Meta Data ↑Up: Populating Parametric Search ... ... Next>>: Parametric Search Queries

Populating from XML

When populating Parametric Search fields via the DataLoad API (here), the fields are added as children of the <Item> XML element, one element per field. Each element is named after its field, with the XML namespace prefix u to prevent collisions with standard fields (see here for full XML). The field value is sent in the content of the element. Set-type fields are populated with multiple XML elements, one per set member.

For example, an Integer field Quantity and a GMLPoint field Location may be given as:

<u:Quantity>57</u:Quantity>
<u:Location>47.4500 -122.3000</u:Location>

Copyright © Thunderstone Software     Last updated: Jul 28 2017

<<Previous: Populating from Meta Data ↑Up: Populating Parametric Search ... ... Next>>: Parametric Search Queries
Page generated in 0.12 seconds.
2024-09-27 23:12:40 EDT