You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Noble Paul (Jira)" <ji...@apache.org> on 2020/09/02 01:08:00 UTC

[jira] [Comment Edited] (SOLR-14151) Make schema components load from packages

    [ https://issues.apache.org/jira/browse/SOLR-14151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17188894#comment-17188894 ] 

Noble Paul edited comment on SOLR-14151 at 9/2/20, 1:07 AM:
------------------------------------------------------------

[~tflobbe] I guess I screwed up big time. That was an accidental commit. I'll revert that. It was not fully done. I was supposed to get it committed to a branch

Tests are failing in [PR 1804|https://github.com/apache/lucene-solr/pull/1804]

So, I started a fresh effort in [PR 1815|https://github.com/apache/lucene-solr/pull/1815] . All tests are passing consistently in this one. This is now ready for a review.




was (Author: noble.paul):
[~tflobbe] I guess I screwed up big time. That was an accidental commit. I'll revert that. It was not fully done. I was supposed to get it committed to a branch , do proper tests and commit . 

Tests are failing in [PR 1804|https://github.com/apache/lucene-solr/pull/1804]

So, I started a fresh effort in [PR 1815|https://github.com/apache/lucene-solr/pull/1815] . All tests are passing consistently in this one. This is now ready for a review.



> 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: Major
>              Labels: packagemanager
>             Fix For: 8.7
>
>          Time Spent: 11h 40m
>  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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org