[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Uwe Schindler updated LUCENE-2354: ---------------------------------- Attachment: LUCENE-2354.patch Here updated patch with cleaned up NumericUtils (no String methods anymore). For now I just commented them out, if we want to reactivate parts of them. Before release the methods should be removed. I changed all tests (and deactivated tests in backwards) using those String methods. Also rewrote the CartesianShapeFilter in contrib/spatial to use flex API (optimized for the one-term-case without OpenBitSet allocation). Also changed spatial tests to use NumericField. > Convert NumericUtils and NumericTokenStream to use BytesRef instead of > Strings/char[] > ------------------------------------------------------------------------------------- > > Key: LUCENE-2354 > URL: https://issues.apache.org/jira/browse/LUCENE-2354 > Project: Lucene - Java > Issue Type: Improvement > Affects Versions: Flex Branch > Reporter: Uwe Schindler > Assignee: Uwe Schindler > Fix For: Flex Branch > > Attachments: LUCENE-2354.patch, LUCENE-2354.patch > > > After LUCENE-2302, we should use TermToBytesRefAttribute to index using > NumericTokenStream. This also should convert the whole NumericUtils to use > BytesRef when converting numerics. -- 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