[
https://issues.apache.org/jira/browse/LUCENE-6993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153017#comment-15153017
]
Robert Muir commented on LUCENE-6993:
-------------------------------------
I can't even imagine us releasing a 5.6 after a 6.0, I really do not think we
should drag that idea into this issue. Its a bad one.
Lets target 6.0 here for all this stuff: these are major changes that impact
backwards compatibility. The logic should be:
{code}
if (version.onOrAfter(LUCENE_6_0_0)) {
// new tokenizer
} else {
// old tokenizer
}
{code}
> Update TLDs to latest list
> --------------------------
>
> Key: LUCENE-6993
> URL: https://issues.apache.org/jira/browse/LUCENE-6993
> Project: Lucene - Core
> Issue Type: Improvement
> Components: modules/analysis
> Reporter: Mike Drob
> Assignee: Robert Muir
> Fix For: 6.0
>
> Attachments: LUCENE-6993.patch, LUCENE-6993.patch, LUCENE-6993.patch
>
>
> We did this once before in LUCENE-5357, but it might be time to update the
> list of TLDs again. Comparing our old list with a new list indicates 800+ new
> domains, so it would be nice to include them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]