You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by grossws <gi...@git.apache.org> on 2015/07/08 18:46:16 UTC

[GitHub] lucene-solr pull request: Fix NPE in LukeRequestHandler in getAnal...

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 <gr...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr pull request: Fix NPE in LukeRequestHandler in getAnal...

Posted by grossws <gi...@git.apache.org>.
Github user grossws commented on the pull request:

    https://github.com/apache/lucene-solr/pull/185#issuecomment-121658651
  
    Updated PR with appropriate test case


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr pull request: Fix NPE in LukeRequestHandler in getAnal...

Posted by grossws <gi...@git.apache.org>.
Github user grossws commented on the pull request:

    https://github.com/apache/lucene-solr/pull/185#issuecomment-124117829
  
    Fixed by @hossman in 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr pull request: Fix NPE in LukeRequestHandler in getAnal...

Posted by grossws <gi...@git.apache.org>.
Github user grossws closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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