Sure. Because of the write once principle. But at some cost
(duplicated data). I was just agreeing that it would not be a good
idea to bake in version-ing by keeping the layers around forever in a
merged index; I wasn't keying in on transactions per se.
Speaking of transactions: I'm not sure if w
[
https://issues.apache.org/jira/browse/LUCENE-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karthick Sankarachary updated LUCENE-2365:
--
Attachment: LUCENE-2365.patch
The unit test case that expose this issue, along
Finding Newest Segment In Empty Index
-
Key: LUCENE-2365
URL: https://issues.apache.org/jira/browse/LUCENE-2365
Project: Lucene - Java
Issue Type: Bug
Components: Index
Affects Versions: 3.0.
[
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
Updated patch with lots of javadocs cleanups and new getPrefixCo
[
https://issues.apache.org/jira/browse/LUCENE-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853280#action_12853280
]
Earwin Burrfoot commented on LUCENE-2355:
-
- when SegmentReader / CoreReaders are
[
https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853273#action_12853273
]
Michael McCandless commented on LUCENE-2354:
Patch looks good Uwe!
> Convert
Add support for terms in BytesRef format to Term, TermQuery, TermRangeQuery &
Co.
-
Key: LUCENE-2364
URL: https://issues.apache.org/jira/browse/LUCENE-2364
Project: Lucen
[
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 metho
[
https://issues.apache.org/jira/browse/LUCENE-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853244#action_12853244
]
Earwin Burrfoot commented on LUCENE-2355:
-
- DR.clone() doesn't do ensureOpen(), y