NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail -------------------------------------------------------------------------------------------------------
Key: LUCENE-2875 URL: https://issues.apache.org/jira/browse/LUCENE-2875 Project: Lucene - Java Issue Type: Bug Components: Analysis Affects Versions: 4.0 Reporter: Uwe Schindler Assignee: Uwe Schindler Fix For: 4.0 During converting Solr's AnalysisRequestHandlers (LUCENE-2374) I noticed, that the current implementation of NumericTokenStream fails on cloneAttributes(), which is needed to buffer the tokens for structured display. This issue should fix this by refactoring the inner class. -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org