[
https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763691#action_12763691
]
Uwe Schindler commented on LUCENE-1959:
---------------------------------------
Small optimization for this one: You even do not need a bitset or explicite
delete/undelete operations, it can be done inline. Just put the logic into
isDeleted() [e.g. modulo or range comparison] and let the TermPositions also
check isDeleted().
> Index Splitter
> --------------
>
> Key: LUCENE-1959
> URL: https://issues.apache.org/jira/browse/LUCENE-1959
> Project: Lucene - Java
> Issue Type: New Feature
> Components: Index
> Affects Versions: 2.9
> Reporter: Jason Rutherglen
> Assignee: Michael McCandless
> Priority: Trivial
> Fix For: 3.0
>
> Attachments: LUCENE-1959.patch, LUCENE-1959.patch, mp-splitter.patch
>
>
> If an index has multiple segments, this tool allows splitting those segments
> into separate directories.
--
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: [email protected]
For additional commands, e-mail: [email protected]