GitHub user mayya-sharipova opened a pull request:

    https://github.com/apache/lucene-solr/pull/460

    LUCENE-8497: refactor multi-term analysis handling

    - Add `normalize` method to CharFilterFactory and TokenFilterFactory
    
    The goal is to get rid of MultiTermAwareComponent interfance,
    and instead use `normalize` method.
    
    But as solr/core/src/java/org/apache/solr/schema/FieldTypePluginLoader.java
    depends on MultiTermAwareComponent interface,
    this patch still keeps it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mayya-sharipova/lucene-solr 
LUCENE-8497-refactor-multi-term-analysis

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/460.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #460
    
----
commit d17774b90f68f11b1eb2e8574c9f0e346d73d694
Author: Mayya Sharipova <mayya.sharipova@...>
Date:   2018-09-29T14:11:01Z

    LUCENE-8497: refactor multi-term analysis handling
    
    - Add `normalize` method to CharFilterFactory and TokenFilterFactory
    
    The goal is to get rid of MultiTermAwareComponent interfance,
    and instead use `normalize` method.
    
    But as solr/core/src/java/org/apache/solr/schema/FieldTypePluginLoader.java
    depends on MultiTermAwareComponent interface,
    this patch still keeps it.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to