Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
7.7.2, 8.2, 9.0
Description
When adding a new field to the schema using schema-api, the new field is not known by the current SolrIndexSearcher. In SolrCloud any core gets reloaded after the new schema is persisted, this does not happen in case of stand alone HTTP Solr server or EmbeddedSolrServer.
So currently an additional commit is necessary to open a new SolrIndexSearcher using the new schema.
Fix is really easy: Just reload the core!
Attachments
Issue Links
- is blocked by
-
SOLR-13802 Analyzer property luceneMatchVersion is not written to managed schema
- Resolved
- links to