patrickfrey / strusWebService

web service (HTTP/JSON) to use the strus API as a service
http://project-strus.net
Mozilla Public License 2.0
4 stars 0 forks source link

add support for metadata configuration changes #25

Open andreasbaumann opened 6 years ago

andreasbaumann commented 6 years ago

On the fly changes to the metadata configuration via HTTP protocol. Very handy when an installation gets bigger and metadata types have to be adapted. Attributes have no types (i.e. string only) for now and feature types are strings too, so dynamic changes are possible implicitly.

andreasbaumann commented 6 years ago

This requires a global lock and closing of the storage before the modification.