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

LUCENE-8682: remove deprecated WordDelimiterFilter[Factory] classes #200

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

cpoerschke
Copy link
Contributor

@cpoerschke cpoerschke commented Jul 3, 2021

https://issues.apache.org/jira/browse/LUCENE-8682

@romseygeek's Feb 2019 patch applied to past point in repo history and then rebased forward with import related conflict resolved plus small tweaks and Solr Reference Guide update too.

The changes affect tests and documentation only so no CHANGES.txt entry and separate SOLR JIRA issue needed here in my opinion, but happy to have either or both if others think that would be better.

@cpoerschke cpoerschke marked this pull request as ready for review July 3, 2021 13:19
factoryDefault.inform(loader);

TokenStream ts = factoryDefault.create(whitespaceMockTokenizer(testText));
BaseTokenStreamTestCase.assertTokenStreamContents(ts,
new String[] { "I", "borrowed", "5", "540000", "400", "00", "at", "25", "interest", "interestrate", "rate" });
new String[] { "I", "borrowed", "540000", "5", "400", "00", "at", "25", "interestrate", "interest", "rate" });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly concerning here that we are dependent on order from something that I presume is not order-defined.

@cpoerschke
Copy link
Contributor Author

Converting to draft to match the deprecation process status of the corresponding apache/lucene#202 pull request.

@cpoerschke cpoerschke marked this pull request as draft July 10, 2021 21:54
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.

2 participants