GitHub user grossws opened a pull request:

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

    Fix NPE in LukeRequestHandler in getAnalyzerInfo

    NPE in thrown when luke tries to iterate 
`TokenizerChain#getCharFilterFactories()`
    which is null if 2-arg `TokenizerChain` constructor is used.
    
    Fixes SOLR-7765

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

    $ git pull https://github.com/grossws/lucene-solr fix-solr-7765

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

    https://github.com/apache/lucene-solr/pull/185.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 #185
    
----
commit 7a0f08915e73f0ef28d4b9af8bd613612ca39946
Author: Konstantin Gribov <gros...@gmail.com>
Date:   2015-07-08T16:30:04Z

    Fix NPE in LukeRequestHandler in getAnalyzerInfo
    
    NPE in thrown when luke tries to iterate 
`TokenizerChain#getCharFilterFactories()`
    which is null if 2-arg `TokenizerChain` constructor is used.
    
    Fixes SOLR-7765

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to