-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relocate custom defined fields and create in Solr before schematizing #346
Comments
Here are explicitly defined field type and dynamic field type. The scholars-discovery Solr client can create these before schematize (poorly named process of creating the fields ad copy fields). We should persist them and a database may be preferred over additional configuration. This requires JPA entity, CRUD endpoints, and additional administrative tab in scholars-angular. I think provisioning is a reasonable identifier for this state and can refactor schematize while doing so. These field types have to be defined before the addition of fields and copy fields. |
Blocked by #367 |
The custom defined fields should be moved out of the managed_schema into a persistent entity.
It is not recommended to modify the managed_schema directly.
https://solr.apache.org/guide/solr/latest/indexing-guide/schema-api.html
The text was updated successfully, but these errors were encountered: