[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841697#action_12841697 ] Shai Erera commented on LUCENE-2293: But if each DW maintains its own doc IDs, separat

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841694#action_12841694 ] Shai Erera commented on LUCENE-2294: Ok, then I'll proceed w/ #3. > Create IndexWrite

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841617#action_12841617 ] Michael Busch commented on LUCENE-2293: --- bq. The big advantage is that all (re)opene

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841595#action_12841595 ] Yonik Seeley commented on LUCENE-2294: -- Yay, we'll be able to remove SolrIndexConfig

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841574#action_12841574 ] Earwin Burrfoot commented on LUCENE-2294: - I voted for killing these delegating me

Re: Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Paul Elschot
All possible unordered matches with a given slop can be so many that enumerating them all will be so slow that it is impractical for general use. Note that I have not been very precise: one should also consider the same term indexed in the same position multiple times (not normal, but not impossib

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841545#action_12841545 ] Michael Busch commented on LUCENE-2293: --- {quote} I thought that when (3) happens, th

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841535#action_12841535 ] Shai Erera commented on LUCENE-2294: There are some settings on IW that go directly to

RE: Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Goddard, Michael J.
Paul (and Mark), Thank you for answering. Do you suppose "not really straightforward" means "40 hours" or something like that? I'm just trying to get an idea of whether what I'm attempting is worth the effort. Mike -Original Message- From: java-dev-return-47351-michael.j.goddard=s

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841463#action_12841463 ] Shai Erera commented on LUCENE-2293: What about the following scenario: # A document i

Re: Composing posts for both JIRA and email (was a JIRA post)

2010-03-04 Thread Simon Willnauer
Marvin, thank you for taking the time to write up this great guidelines. Would you mind adding this to the wiki? I think this is very valuable for new devs and contributors. simon On Thu, Mar 4, 2010 at 6:28 PM, Marvin Humphrey wrote: > (CC to lucy-dev and general, reply-to set to general) > >

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841407#action_12841407 ] Michael Busch commented on LUCENE-2293: --- bq. Yes, I think each DW will have to recor

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841395#action_12841395 ] Michael McCandless commented on LUCENE-2293: bq. Cool! I wasn't sure if you wa

Composing posts for both JIRA and email (was a JIRA post)

2010-03-04 Thread Marvin Humphrey
(CC to lucy-dev and general, reply-to set to general) On Thu, Mar 04, 2010 at 06:18:28AM +, Shai Erera (JIRA) wrote: > (Warning, this post is long, and is easier to read in JIRA) I consume email from many of the Lucene lists, and I hate it when people force me to read stuff via JIRA. It slo

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-04 Thread Michael McCandless
On Tue, Mar 2, 2010 at 4:12 PM, Marvin Humphrey wrote: > On Tue, Mar 02, 2010 at 05:55:44AM -0500, Michael McCandless wrote: >> The problem is, these scoring models need the avg field length (in >> tokens) across the entire index, to compute the norms. >> >> Ie, you can't do that on writing a sing

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841388#action_12841388 ] Michael Busch commented on LUCENE-2293: --- {quote} But, I was proposing a bigger chang

Re: Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Paul Elschot
Michael, The test for the 4th range fails because the first matching subspans (for t1 in this case) is always the one that is first advanced, and the first match at that point has a less slop (0) than the maximum allowed (1) so one might actually try and advance another subspans first. But that is

[jira] Resolved: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2283. Resolution: Fixed Thanks Tim! > Possible Memory Leak in StoredFieldsWriter >

Re: Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Mark Miller
On 03/04/2010 11:34 AM, Goddard, Michael J. wrote: // Question: why wouldn't this Span be found? assertTrue("fourth range", spans.next()); assertEquals("fourth doc", 11, spans.doc()); assertEquals("fourth start", 2, spans.start()); assertEquals("fourth end", 6, spans.end()); Spa

Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Goddard, Michael J.
I've been working on some highlighting changes involving Spans (https://issues.apache.org/jira/browse/LUCENE-2287) and could use some help understanding when overlapping Spans are valid. To illustrate, I added the test below to the TestSpans class; this test fails because there is no fourth ra

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841347#action_12841347 ] Michael McCandless commented on LUCENE-2293: Yes, I think each DW will have to

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841342#action_12841342 ] Jason Rutherglen commented on LUCENE-2293: -- bq. But WaitQueue would go away with

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841339#action_12841339 ] Michael McCandless commented on LUCENE-2294: bq. Today there is no DEFAULT ..

Re: Vote on merging dev of Lucene and Solr

2010-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
+1 On Thu, Mar 4, 2010 at 6:32 PM, Mark Miller wrote: > For those committers that don't follow the general mailing list, or follow > it that closely, we are currently having a vote for committers: > > http://search.lucidimagination.com/search/document/4722d3144c2e3a8b/vote_merge_lucene_solr_devel

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841262#action_12841262 ] Shai Erera commented on LUCENE-2294: I wouldn't worry about what's required - Director

[jira] Issue Comment Edited: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841249#action_12841249 ] Mark Miller edited comment on LUCENE-2294 at 3/4/10 1:45 PM: -

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841249#action_12841249 ] Mark Miller commented on LUCENE-2294: - I can see the value in this - there are a bunch

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841239#action_12841239 ] Shai Erera commented on LUCENE-2294: bq. But, if we change the default to UNLIMITED T

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841235#action_12841235 ] Shai Erera commented on LUCENE-2293: Perhaps instead of buffering the delete Terms/Que

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841232#action_12841232 ] Michael McCandless commented on LUCENE-2294: +1 -- this is great! bq. I am no

Vote on merging dev of Lucene and Solr

2010-03-04 Thread Mark Miller
For those committers that don't follow the general mailing list, or follow it that closely, we are currently having a vote for committers: http://search.lucidimagination.com/search/document/4722d3144c2e3a8b/vote_merge_lucene_solr_development -- - Mark http://www.lucidimagination.com

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841225#action_12841225 ] Michael McCandless commented on LUCENE-2293: I agree IW should not spawn its o

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841207#action_12841207 ] Shai Erera commented on LUCENE-2294: I'm thinking to make this whole IWC a constructor

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841199#action_12841199 ] Shai Erera commented on LUCENE-2294: IndexingChain is one of the things that can be se

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841193#action_12841193 ] Earwin Burrfoot commented on LUCENE-2293: - bq. I wonder if that won't complicate I

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841189#action_12841189 ] Shai Erera commented on LUCENE-2294: I was wondering if perhaps instead of allowing to

Fwd: (SOLR-355) Parsing mixed inclusive/exclusive range queries

2010-03-04 Thread Michael McCandless
If Solr/Lucene dev were merged, and queryParser is it's own module, this user could simply upgrade his queryParser JAR to get this fix. Mike -- Forwarded message -- From: Alexander S (JIRA) Date: Thu, Mar 4, 2010 at 2:24 AM Subject: (SOLR-355) Parsing mixed inclusive/exclusive r

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841173#action_12841173 ] Shai Erera commented on LUCENE-2294: Yeah I don't like it either (makes my code unnece

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841172#action_12841172 ] Uwe Schindler commented on LUCENE-2294: --- In my opinion the whole class is unneeded,

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841166#action_12841166 ] Shai Erera commented on LUCENE-2294: Thanks Uwe for the pointer. I suppose that MaxFi

[jira] Issue Comment Edited: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841152#action_12841152 ] Uwe Schindler edited comment on LUCENE-2294 at 3/4/10 10:00 AM:

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841152#action_12841152 ] Uwe Schindler commented on LUCENE-2294: --- +1 for the IndexWriterConfig with chaining

[jira] Created: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-04 Thread Shai Erera (JIRA)
Create IndexWriterConfiguration and store all of IW configuration there --- Key: LUCENE-2294 URL: https://issues.apache.org/jira/browse/LUCENE-2294 Project: Lucene - Java Is

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841140#action_12841140 ] Shai Erera commented on LUCENE-2293: Ok so I think I understand now. You propose to ch

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841135#action_12841135 ] Michael Busch commented on LUCENE-2293: --- Sorry - after reading my comment again I ca

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841127#action_12841127 ] Shai Erera commented on LUCENE-2293: bq. What I described is not much different from w

RE: Lucene Filter

2010-03-04 Thread Dyutiman
yaa... and now I am trying with multiple filters. Thanks -- View this message in context: http://old.nabble.com/Lucene-Filter-tp27756577p27778081.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. -

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-04 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841120#action_12841120 ] Michael Busch commented on LUCENE-2293: --- {quote} Also, in the pull approach, Lucene