Esri / geoportal-server-catalog

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.
https://www.esri.com/en-us/arcgis/products/geoportal-server/overview
Apache License 2.0
100 stars 63 forks source link

update field mapping for _clob field #555

Closed mhogeweg closed 1 month ago

mhogeweg commented 3 months ago

currently the _clob field extension is mapped to be interpreted as 'keyword'. This results in failure to publish large XML documents. update the mapping instead to be handled by the search engine as a text field.

as0050629 commented 3 months ago

Fixed in 2.7.2 branch