Default Stopwords should use specific Version in CharArraySet construtor ------------------------------------------------------------------------
Key: LUCENE-2101 URL: https://issues.apache.org/jira/browse/LUCENE-2101 Project: Lucene - Java Issue Type: Improvement Components: Analysis, contrib/analyzers Reporter: Simon Willnauer Priority: Minor Fix For: 3.1 [LUCENE-2094] added a version to the constructor of CharArraySet. The default sets in *Analyzer uses Version.LUCENE_CURRENT which currently does not do any harm. Yet, in the future changes to CharArraySet depending on the version could potentially cause index corruption if those default version are not changed. To make sure such a corruption can not happen the default sets should use a specific Version (Version.LUCENE_31) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org