Project specific search indices
index-name: Project ID
index config:
- ES json mapping file
- transformation for data to JSON (to be placed at
.data) - transformation for metadata to JSON (to be placed at
.metadata)
template:
<indexConfig>
<!-- JSON mapping file for ES -->
<mapping>textgrid:URI</mapping>
<transformations>
<data type="xslt">textgrid:URI</data>
<metadata type="xquery">textgrid:URI</metadata>
</transformations>
</indexConfig>