janhoy commented on PR #2175: URL: https://github.com/apache/solr/pull/2175#issuecomment-1875084210
Second attempt: The first attempt did not work for packages, since `FieldTypePluginLoader#init` was too early in the cycle to initialize analyzers from packages. Managed schema handled the missing `inform` call after SPI already, so moved the method `informResourceLoaderAwareObjectsForFieldType` from `ManagedIndexSchema` to `IndexSchema` and use it at the end of `IndexSchema#readSchema`. All tests pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org