Re: [jira] Commented: (LUCENE-1519) Change Primitive Data Types from int to long in class SegmentMerger.java

2009-01-13 Thread robert engels
Fairly certain it belongs in the dev-list because it is a bug... The index length is a long, but the left size will be truncated in int math before it is converted to a long and compared. On Jan 13, 2009, at 11:36 PM, Otis Gospodnetic (JIRA) wrote: [ https://issues.apache.org/jira/brow

[jira] Commented: (LUCENE-1519) Change Primitive Data Types from int to long in class SegmentMerger.java

2009-01-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663633#action_12663633 ] Otis Gospodnetic commented on LUCENE-1519: -- Deepak - could you please bring this

[jira] Created: (LUCENE-1519) Change Primitive Data Types from int to long in class SegmentMerger.java

2009-01-13 Thread Deepak (JIRA)
Change Primitive Data Types from int to long in class SegmentMerger.java Key: LUCENE-1519 URL: https://issues.apache.org/jira/browse/LUCENE-1519 Project: Lucene - Java

[jira] Issue Comment Edited: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663607#action_12663607 ] markrmil...@gmail.com edited comment on LUCENE-1483 at 1/13/09 7:03 PM:

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663607#action_12663607 ] Mark Miller commented on LUCENE-1483: - Disregarding any any with those simple policies

Re: Pluggable IndexReader (was 2.9/3.0 plan & Java 1.5)

2009-01-13 Thread Marvin Humphrey
On Mon, Dec 15, 2008 at 07:04:08AM -0500, Michael McCandless wrote: > These are good points: it may be exposing too much if we fully expose > SegmentReader now, since some components (deletion tombstones) may > want to skip that API and operate directly on lower level files. After thinking things

[jira] Updated: (LUCENE-1314) IndexReader.clone

2009-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1314: - Attachment: LUCENE-1314.patch This patch includes the previous patch. All tests pass. *

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2009-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1316: - Attachment: LUCENE-1316.patch Added synchronized on parent when obtaining the deleted do

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663440#action_12663440 ] Mark Miller commented on LUCENE-1483: - Ha, how disappointing. I suppose not entirely u

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663406#action_12663406 ] Michael McCandless commented on LUCENE-1483: OK here are the current results:

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663397#action_12663397 ] Michael McCandless commented on LUCENE-1483: bq. What was causing the two poli

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663379#action_12663379 ] Mark Miller commented on LUCENE-1483: - What was causing the two policies to miss, even

[jira] Commented: (LUCENE-1314) IndexReader.clone

2009-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663375#action_12663375 ] Jason Rutherglen commented on LUCENE-1314: -- I think we should add reopen(boolean

[jira] Updated: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1483: --- Attachment: LUCENE-1483.patch OK new patch attached. TestStressSort now passes -- t