You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by abhidemon <gi...@git.apache.org> on 2017/03/14 12:58:03 UTC

[GitHub] lucene-solr pull request #168: fix(spellCheckCollator): Make parentheses aro...

GitHub user abhidemon opened a pull request:

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

    fix(spellCheckCollator): Make parentheses around spell-suggestions co\u2026

    \u2026nfigurable
    
    Parentheses around spell suggestions which have whitespace between them means all the tokens inside
    
    the braces are at the same position (the way Edismax parser parses it). This needs to be made
    
    configurable because braces around tokens is unwanted in cases where we use
    
    WordBreakSolrSpellChecker

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

    $ git pull https://github.com/abhidemon/lucene-solr SOLR-10256

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

    https://github.com/apache/lucene-solr/pull/168.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 #168
    
----
commit 629d6878f0e450c0d7bd8cc6fd162587bc1a7b6c
Author: abhidemon <ab...@unbxd.com>
Date:   2017-03-09T13:46:14Z

    fix(spellCheckCollator): Make parentheses around spell-suggestions configurable
    
    Parentheses around spell suggestions which have whitespace between them means all the tokens inside
    
    the braces are at the same position (the way Edismax parser parses it). This needs to be made
    
    configurable because braces around tokens is unwanted in cases where we use
    
    WordBreakSolrSpellChecker

----


---
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