Re: Incremental Field Updates

2010-04-04 Thread Babak Farhang
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

[jira] Updated: (LUCENE-2365) Finding Newest Segment In Empty Index

2010-04-04 Thread Karthick Sankarachary (JIRA)
[ 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

[jira] Created: (LUCENE-2365) Finding Newest Segment In Empty Index

2010-04-04 Thread Karthick Sankarachary (JIRA)
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.

[jira] Updated: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-04-04 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2355) Refactor Directory/Multi/SegmentReader creation/reopening/cloning/closing

2010-04-04 Thread Earwin Burrfoot (JIRA)
[ 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

[jira] Commented: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-04-04 Thread Michael McCandless (JIRA)
[ 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

[jira] Created: (LUCENE-2364) Add support for terms in BytesRef format to Term, TermQuery, TermRangeQuery & Co.

2010-04-04 Thread Uwe Schindler (JIRA)
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

[jira] Updated: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-04-04 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2355) Refactor Directory/Multi/SegmentReader creation/reopening/cloning/closing

2010-04-04 Thread Earwin Burrfoot (JIRA)
[ 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