[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984379#action_12984379 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}We could/should go d

[jira] Updated: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2856: - Attachment: LUCENE-2856.patch Here's another iteration. Changed the na

[jira] Commented: (LUCENE-2558) Use sequence ids for deleted docs

2011-01-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984331#action_12984331 ] Jason Rutherglen commented on LUCENE-2558: -- If we implement deletes via sequ

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984291#action_12984291 ] Jason Rutherglen commented on LUCENE-2324: -- bq. When a delete arrives, we sh

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983756#action_12983756 ] Jason Rutherglen commented on LUCENE-2324: -- bq. we are wanting to allow ou

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983209#action_12983209 ] Jason Rutherglen commented on LUCENE-2324: -- bq. I can't test flu

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324.patch Ok, TestNRTThreads works after 10+ iterations

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982926#action_12982926 ] Jason Rutherglen commented on LUCENE-2324: -- Looks like TestNRTThreads is s

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324.patch Very nice! Looks like we needed all kinds of IW syncs

Re: Release schedule Lucene 4?

2011-01-17 Thread Jason Rutherglen
at 3:24 AM, Michael McCandless wrote: > On Sun, Jan 16, 2011 at 11:35 AM, Jason Rutherglen > wrote: >>> But: they don't yet support updating the values (the goal is to allow >>> this, eventually).  This is just the first step. >> >> No?  Hmm... I thought t

Re: Release schedule Lucene 4?

2011-01-17 Thread Jason Rutherglen
Better would be a stacked approach, where the orig full array remains > and we write sparse deltas (pairs of docID + new value) What is the lookup cost using this method? On Mon, Jan 17, 2011 at 3:24 AM, Michael McCandless wrote: > On Sun, Jan 16, 2011 at 11:35 AM, Jason Rutherglen > w

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982374#action_12982374 ] Jason Rutherglen commented on LUCENE-2324: -- Here's a potential pla

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982367#action_12982367 ] Jason Rutherglen commented on LUCENE-2324: -- Maybe getAndLock should acce

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982364#action_12982364 ] Jason Rutherglen commented on LUCENE-2324: -- I just noticed this. I think

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324.patch I removed ThreadState and DWPT now extends ReentrantLock

Re: Lucene 3.1 Release Proposal

2011-01-16 Thread Jason Rutherglen
> we should release more often than we do Right! > A tentative release date for 3.1 would be March 1st (.3.1). Given that > the next 3.1 (date) will be in 2012 only (and we cannot be sure about 2013 > at all ...), let's try to make it to this year's :). What does this mean? On Sun, Jan 16,

Re: Release schedule Lucene 4?

2011-01-16 Thread Jason Rutherglen
> But: they don't yet support updating the values (the goal is to allow > this, eventually). This is just the first step. No? Hmm... I thought that was a main part of the functionality? On Sun, Jan 16, 2011 at 6:07 AM, Michael McCandless wrote: > Actually docvalues is like field cache, in that

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982220#action_12982220 ] Jason Rutherglen commented on LUCENE-2324: -- DW.deleteTerms iterates on D

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982213#action_12982213 ] Jason Rutherglen commented on LUCENE-2324: -- In DW.flushAllThreads w

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982205#action_12982205 ] Jason Rutherglen commented on LUCENE-2324: -- The TestStressIndexing2 er

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: test.out Are you also merging trunk in as svn up yields a lot of updates

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981895#action_12981895 ] Jason Rutherglen commented on LUCENE-2324: -- Also, why are we always (

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981839#action_12981839 ] Jason Rutherglen commented on LUCENE-2324: -- bq. The threadBindings hashmap

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981830#action_12981830 ] Jason Rutherglen commented on LUCENE-2324: -- Also multiple threads can

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981827#action_12981827 ] Jason Rutherglen commented on LUCENE-2324: -- I'm taking a guess here, ho

[jira] Commented: (LUCENE-2701) Factor maxMergeSize into findMergesForOptimize in LogMergePolicy

2011-01-14 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981803#action_12981803 ] Jason Rutherglen commented on LUCENE-2701: -- I agree that there should not

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: test.out Here's the latest test.out. There's a lot of the

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981563#action_12981563 ] Jason Rutherglen commented on LUCENE-2324: -- bq. I think there's someth

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981519#action_12981519 ] Jason Rutherglen commented on LUCENE-2324: -- bq. loo

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981305#action_12981305 ] Jason Rutherglen commented on LUCENE-2324: -- {q

[jira] Commented: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981019#action_12981019 ] Jason Rutherglen commented on LUCENE-2856: -- I separated out a ReaderList

Re: SegmentInfo clone

2011-01-12 Thread Jason Rutherglen
> it is set on DocumentsWriter#flush though Thanks! I just skip segmentCodecs if it's null, for now. On Wed, Jan 12, 2011 at 11:05 AM, Simon Willnauer wrote: > On Wed, Jan 12, 2011 at 8:03 PM, Jason Rutherglen > wrote: >> Sorry, that's incorrect, SegmentInfo.files is

[jira] Updated: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2856: - Attachment: LUCENE-2856.patch The aborted merge event is now generated and tested for

[jira] Updated: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2856: - Attachment: LUCENE-2856.patch Here's a first cut including workarounds to avoid

Re: SegmentInfo clone

2011-01-12 Thread Jason Rutherglen
Sorry, that's incorrect, SegmentInfo.files is NPE'ing on segmentCodecs because it's never set (in trunk). On Wed, Jan 12, 2011 at 10:59 AM, Jason Rutherglen wrote: > Is it intentional that SegmentInfo.segmentCodecs isn't cloned?  When > SI is cloned, then siz

SegmentInfo clone

2011-01-12 Thread Jason Rutherglen
Is it intentional that SegmentInfo.segmentCodecs isn't cloned? When SI is cloned, then sizeInBytes fails with an NPE. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.ap

[jira] Commented: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980803#action_12980803 ] Jason Rutherglen commented on LUCENE-2856: -- I'll added events for fl

[jira] Commented: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980565#action_12980565 ] Jason Rutherglen commented on LUCENE-2856: -- bq. We could go with a -1 set

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980555#action_12980555 ] Jason Rutherglen commented on LUCENE-2793: -- In the patch the bufferSize i

[jira] Commented: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980553#action_12980553 ] Jason Rutherglen commented on LUCENE-2856: -- bq. I think start/endTime ca

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980546#action_12980546 ] Jason Rutherglen commented on LUCENE-2793: -- bq. The directory is the factory

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980533#action_12980533 ] Jason Rutherglen commented on LUCENE-2793: -- Ok, lets remove bufferSize.

[jira] Commented: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980436#action_12980436 ] Jason Rutherglen commented on LUCENE-2856: -- bq. A CompositeSegmentList

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980435#action_12980435 ] Jason Rutherglen commented on LUCENE-2793: -- bq. You get IOFactory from Direc

[jira] Updated: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2856: - Attachment: LUCENE-2856.patch I added a SegmentListener class which is set on IWC. I

[jira] Commented: (LUCENE-2859) Move Multi* and SlowMultiReaderWrapper to contrib

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980309#action_12980309 ] Jason Rutherglen commented on LUCENE-2859: -- bq. Merging of segments needs M

[jira] Updated: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2793: - Attachment: LUCENE-2793.patch Ok, I created an IOFactory class that generates input and

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979740#action_12979740 ] Jason Rutherglen commented on LUCENE-2793: -- bq. Basically the IOContext need

[jira] Created: (LUCENE-2856) Create IndexWriter event listener, specifically for merges

2011-01-10 Thread Jason Rutherglen (JIRA)
Components: Index Affects Versions: 4.0 Reporter: Jason Rutherglen The issue will allow users to monitor merges occurring within IndexWriter using a callback notifier event listener. This can be used by external applications such as Solr to monitor large segment merges

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979736#action_12979736 ] Jason Rutherglen commented on LUCENE-2793: -- {quote}this issue only adds

[jira] Commented: (LUCENE-2793) Directory createOutput and openInput should take an IOContext

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979728#action_12979728 ] Jason Rutherglen commented on LUCENE-2793: -- Shall I take this one? With

[jira] Commented: (LUCENE-2474) Allow to plug in a Cache Eviction Listener to IndexReader to eagerly clean custom caches that use the IndexReader (getFieldCacheKey)

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979720#action_12979720 ] Jason Rutherglen commented on LUCENE-2474: -- {quote}make this a static method

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979655#action_12979655 ] Jason Rutherglen commented on LUCENE-2324: -- bq. Lost in abbreviations - Can

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979646#action_12979646 ] Jason Rutherglen commented on LUCENE-2312: -- {quote}The one exception to poin

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979631#action_12979631 ] Jason Rutherglen commented on LUCENE-2312: -- {quote}Is that right that futur

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979625#action_12979625 ] Jason Rutherglen commented on LUCENE-2324: -- bq. Any segs already flushed re

[jira] Commented: (LUCENE-2186) First cut at column-stride fields (index values storage)

2011-01-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979407#action_12979407 ] Jason Rutherglen commented on LUCENE-2186: -- bq. we are very close - to lan

[jira] Commented: (LUCENE-2186) First cut at column-stride fields (index values storage)

2011-01-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979395#action_12979395 ] Jason Rutherglen commented on LUCENE-2186: -- Out of curiosity, re: LUCENE-

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979382#action_12979382 ] Jason Rutherglen commented on LUCENE-2324: -- bq. Once flush is triggered,

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979252#action_12979252 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}I think segment 1 shoul

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979243#action_12979243 ] Jason Rutherglen commented on LUCENE-2324: -- To further clarify, we als

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979229#action_12979229 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}the "flush the wo

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979162#action_12979162 ] Jason Rutherglen commented on LUCENE-2324: -- And there's the case of t

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979149#action_12979149 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}As soon as a DWPT is pu

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979139#action_12979139 ] Jason Rutherglen commented on LUCENE-2324: -- Also, don't we need the gl

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979138#action_12979138 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}So all that's g

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324-SMALL.patch RAM accounting is slightly improved, we had two

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978516#action_12978516 ] Jason Rutherglen commented on LUCENE-2324: -- When we're OOMing the

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978504#action_12978504 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}actually what shoul

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324-SMALL.patch I added a FlushPolicy class, deletes record the ram

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: test.out Here's a new test.out, I'll look at TestCheckIndex wh

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324-SMALL.patch Same as the last patch, however default deletes is

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978075#action_12978075 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}I believe we can drop

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978065#action_12978065 ] Jason Rutherglen commented on LUCENE-2324: -- We're going to great l

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977892#action_12977892 ] Jason Rutherglen commented on LUCENE-2324: -- Another model we could implemen

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977833#action_12977833 ] Jason Rutherglen commented on LUCENE-2324: -- Perhaps it's best to plac

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977585#action_12977585 ] Jason Rutherglen commented on LUCENE-2324: -- I think we can get DWPTs wor

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977560#action_12977560 ] Jason Rutherglen commented on LUCENE-2324: -- Taking a step back, I'm

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324-SMALL.patch I added an assertion showing the lack of DWPTs when

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977465#action_12977465 ] Jason Rutherglen commented on LUCENE-2324: -- Also I think the deadloc

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-01-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977443#action_12977443 ] Jason Rutherglen commented on LUCENE-2324: -- Looks like the problem

[jira] Commented: (LUCENE-2841) CommonGramsFilter improvements

2010-12-31 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976341#action_12976341 ] Jason Rutherglen commented on LUCENE-2841: -- bq. you still aren't ever

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-12-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: LUCENE-2324-SMALL.patch Small patch fixing the num deletes test null

[jira] Updated: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-12-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2324: - Attachment: test.out Here's ant test-core output. Looks like it's dead

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-12-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974484#action_12974484 ] Jason Rutherglen commented on LUCENE-2324: -- Also, it'd be great if

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974264#action_12974264 ] Jason Rutherglen commented on LUCENE-2312: -- bq. DocValues == column st

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974247#action_12974247 ] Jason Rutherglen commented on LUCENE-2312: -- bq. Obtaining a normal fieldc

[jira] Commented: (SOLR-2290) the termsInfosDivisor for readers opened by indexWriter should be configurable in Solr

2010-12-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974224#action_12974224 ] Jason Rutherglen commented on SOLR-2290: I think it'll require creating

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-12-21 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973734#action_12973734 ] Jason Rutherglen commented on LUCENE-2324: -- As per Michael B's email, I

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-21 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973732#action_12973732 ] Jason Rutherglen commented on LUCENE-2312: -- bq. Maybe we add a supportsOrd(

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-21 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973696#action_12973696 ] Jason Rutherglen commented on LUCENE-2312: -- bq. how will we incrementally up

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973396#action_12973396 ] Jason Rutherglen commented on LUCENE-2312: -- For TermOrdValComparator we

[jira] Updated: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2312: - Attachment: LUCENE-2312-FC.patch Simple patch that's added a new CachedArray set

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973210#action_12973210 ] Jason Rutherglen commented on LUCENE-2825: -- bq. some queries were actu

[jira] Updated: (LUCENE-2575) Concurrent byte and int block implementations

2010-12-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2575: - Attachment: LUCENE-2575.patch A few things in BBP needed to be public. > Concurr

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973092#action_12973092 ] Jason Rutherglen commented on LUCENE-2312: -- After further thought, there re

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973060#action_12973060 ] Jason Rutherglen commented on LUCENE-2312: -- I thought about opening a sepa

[jira] Updated: (LUCENE-2575) Concurrent byte and int block implementations

2010-12-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2575: - Attachment: LUCENE-2575.patch The same as the last patch updated to trunk

[jira] Commented: (LUCENE-2814) stop writing shared doc stores across segments

2010-12-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973025#action_12973025 ] Jason Rutherglen commented on LUCENE-2814: -- bq. And I think we should back

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-12-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973024#action_12973024 ] Jason Rutherglen commented on LUCENE-2312: -- I think this can be implemente

<    1   2   3   4   5   6   7   >