Hey, guys - I re-based this pull request and integrated the changes that I saw since last time I submitted it. It should be a pretty straight-forward piece of functionality to add, so if a committer could check it out and add it (or give me feedback on why it can't be added), I'd greatly appreciate it, so that I don't have to support the functionality locally.
Thanks, Josh -----Original Message----- From: ASF GitHub Bot (JIRA) [mailto:[email protected]] Sent: Monday, April 11, 2016 12:24 PM To: [email protected] Subject: [jira] [Commented] (SOLR-8010) Allow WordBreakSolrSpellChecker to break when one word matches [ https://issues.apache.org/jira/browse/SOLR-8010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235406#comment-15235406 ] ASF GitHub Bot commented on SOLR-8010: -------------------------------------- GitHub user Admje14 opened a pull request: https://github.com/apache/lucene-solr/pull/28 SOLR-8010 Adding the ability to optionally enable breaking words wher… …e one side is a word but the other is not. Integrated with re-based trunk to re-submit the pull request. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Admje14/lucene-solr-1 master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucene-solr/pull/28.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 #28 ---- commit 292a1ba07a4c42893acedc85c0755fe0e3167a76 Author: Josh Edwards <[email protected]> Date: 2016-04-11T16:19:28Z SOLR-8010 Adding the ability to optionally enable breaking words where one side is a word but the other is not. Integrated with re-based trunk to re-submit the pull request. ---- > 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-trunk.patch, > 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] ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
