[
https://issues.apache.org/jira/browse/SOLR-8010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730940#comment-14730940
]
ASF GitHub Bot commented on SOLR-8010:
--------------------------------------
GitHub user Admje14 opened a pull request:
https://github.com/apache/lucene-solr/pull/200
JIRA: SOLR-8010 - Adding the ability to configure an option to break …
…words when the right or left side of a break is a word, but not both.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Admje14/lucene-solr lucene_solr_4_10
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/200.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 #200
----
commit 26aacab65676d7d301527d70426f982cc376a2c4
Author: Josh Edwards <[email protected]>
Date: 2015-09-04T15:15:51Z
JIRA: SOLR-8010 - Adding the ability to configure an option to break words
when the right or left side of a break is a word, but not both.
----
> Allow WordBreakSolrSpellChecker to break when one word matches
> --------------------------------------------------------------
>
> Key: SOLR-8010
> URL: https://issues.apache.org/jira/browse/SOLR-8010
> Project: Solr
> Issue Type: Improvement
> Components: spellchecker
> Affects Versions: 4.10.4, 5.3
> Reporter: Joshua Edwards
> Attachments: WordBreakDontRequireWordOnBothSides.patch
>
>
> The WordBreakSolrSpellChecker only works if both words that are being broken
> are in the dictionary. This prevents the spell checker from breaking in
> other valid use cases - such as when one of the words has a synonym that is
> in the dictionary, or when one of the words is misspelled. I would like to
> enable (via configuration) the option to break when one of the two words is
> in the dictionary, but the other is not.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]