[ https://issues.apache.org/jira/browse/SOLR-14151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203454#comment-17203454 ]
Tomas Eduardo Fernandez Lobbe commented on SOLR-14151: ------------------------------------------------------ Thanks for fixing the test Noble. bq. Regarding the async reload of SolrCore, I think you should just remove that method. It's just dead and untested code now. bq. (y) You didn’t remove this yet. {quote} Commit cc31e23341ba9e4e409c0bc7d0beb434743744e4 in lucene-solr's branch refs/heads/master from noblepaul [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=cc31e23 ] SOLR-14151: Fixing TestBulkSchemaConcurrent failures {quote} This change is not thread safe, looks like it should. > Make schema components load from packages > ----------------------------------------- > > Key: SOLR-14151 > URL: https://issues.apache.org/jira/browse/SOLR-14151 > Project: Solr > Issue Type: Sub-task > Reporter: Noble Paul > Assignee: Noble Paul > Priority: Blocker > Labels: packagemanager > Fix For: 8.7 > > Time Spent: 13.5h > Remaining Estimate: 0h > > Example: > {code:xml} > <fieldType name="mytype1" class="pkg1:my.pkg.FieldTypeImpl"> > <analyzer type="index"> > <tokenizer class="pkg2:my.pkg2.MyTokenizerFactory"/> > <filter class="pkg2:my.pkg3.MyFilterFactory" generateWordParts="1" > generateNumberParts="0" catenateWords="0" > catenateNumbers="0" catenateAll="0"/> > <filter class="solr.LowerCaseFilterFactory"/> > <filter class="solr.FlattenGraphFilterFactory"/> > </analyzer> > </fieldType> > {code} > * When a package is updated, the entire {{IndexSchema}} object is refreshed, > but the SolrCore object is not reloaded > * Any component can be prefixed with the package name > * The semantics of loading plugins remain the same as that of the components > in {{solrconfig.xml}} > * Plugins can be registered using schema API -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org