Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLR-10256: Make parentheses around spell-suggestions configurable #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abhidemon
Copy link
Contributor

@abhidemon abhidemon commented Mar 14, 2017

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

@abhidemon abhidemon force-pushed the SOLR-10256 branch 3 times, most recently from e812349 to 364aff1 Compare March 14, 2017 13:02
@abhidemon abhidemon changed the title fix(spellCheckCollator): Make parentheses around spell-suggestions co… Make parentheses around spell-suggestions configurable Mar 14, 2017
@abhidemon abhidemon changed the title Make parentheses around spell-suggestions configurable SOLR-10256: Make parentheses around spell-suggestions configurable Mar 14, 2017
@abhidemon abhidemon force-pushed the SOLR-10256 branch 2 times, most recently from 771539a to 004a2b2 Compare March 14, 2017 13:06
@abhidemon abhidemon force-pushed the SOLR-10256 branch 2 times, most recently from 419f3c0 to eabfc42 Compare April 4, 2017 07:01
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 can be unwanted in  some
cases, (eg. Where we use WordBreakSolrSpellChecker and all the tokens
need to be present in the matching docs)
markrmiller added a commit that referenced this pull request Jul 15, 2020
gsmiller added a commit to gsmiller/lucene-solr that referenced this pull request Jun 5, 2021
gsmiller added a commit to gsmiller/lucene-solr that referenced this pull request Jun 5, 2021
epugh pushed a commit to epugh/lucene-solr-1 that referenced this pull request Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant