Re: addIndexesNoOptimize

2009-07-06 Thread Jason Rutherglen
> MergePolicy expects to receive SegmentInfo instances I ran into this implementing LUCENE-1589. On Mon, Jul 6, 2009 at 3:18 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Mon, Jul 6, 2009 at 2:18 AM, John Wang wrote: > > > Currently, addIndexesNoOpt

Re: addIndexesNoOptimize

2009-07-06 Thread Michael McCandless
On Mon, Jul 6, 2009 at 2:18 AM, John Wang wrote: > Currently, addIndexesNoOptimize(Directory[] dir) is really really > really fast! (I duplicated my index of 15k docs 200 times and created a 3M > doc index in less than a minute) Perhaps we should handle duplicate > director

Re: addIndexesNoOptimize

2009-07-05 Thread John Wang
Hi Mark and Michael: Thanks for your replies. Currently, addIndexesNoOptimize(Directory[] dir) is really really really fast! (I duplicated my index of 15k docs 200 times and created a 3M doc index in less than a minute) Perhaps we should handle duplicate directory names more gracefully

Re: addIndexesNoOptimize

2009-07-05 Thread Michael McCandless
removing that defensive check. Maybe instead we can add an addIndexesNoOptimize(IndexReader[]) (and deprecate addIndexes(IndexReader[]))? Would that work? Mike On Sun, Jul 5, 2009 at 1:40 PM, John Wang wrote: > Guys: > >    Any thoughts? Forwarding the question from the users li

Re: Fwd: addIndexesNoOptimize

2009-07-05 Thread Mark Miller
gination.com John Wang wrote: Guys: Any thoughts? Forwarding the question from the users list after not hearing back. Thanks -John -- Forwarded message -- From: *John Wang* mailto:john.w...@gmail.com>> Date: Fri, Jul 3, 2009 at 3:49 PM Subject:

Fwd: addIndexesNoOptimize

2009-07-05 Thread John Wang
Guys: Any thoughts? Forwarding the question from the users list after not hearing back. Thanks -John -- Forwarded message -- From: John Wang Date: Fri, Jul 3, 2009 at 3:49 PM Subject: addIndexesNoOptimize To: java-u...@lucene.apache.org Hi guys: Running into a

[jira] Updated: (LUCENE-1384) addIndexesNoOptimize intermittantly throws incorrect "segment exists in external directory..." exception

2008-09-12 Thread Michael McCandless (JIRA)
2.3.x branch. > addIndexesNoOptimize intermittantly throws incorrect "segment exists in > external directory..." exception > > > Key: LUCENE-1384 >

[jira] Created: (LUCENE-1384) addIndexesNoOptimize intermittantly throws incorrect "segment exists in external directory..." exception

2008-09-12 Thread Michael McCandless (JIRA)
addIndexesNoOptimize intermittantly throws incorrect "segment exists in external directory..." exception Key: LUCENE-1384 URL: https://issues.apach

[jira] Resolved: (LUCENE-1254) addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit

2008-04-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1254. Resolution: Fixed Fix Version/s: 2.3.2 > addIndexesNoOptimize should

[jira] Updated: (LUCENE-1254) addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit

2008-03-31 Thread Michael McCandless (JIRA)
backport to 2.3.2. > addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit > --- > > Key: LUCENE-1254 > URL: https://issues.apache.org/jira/browse/LUCENE-1254 >

[jira] Created: (LUCENE-1254) addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit

2008-03-31 Thread Michael McCandless (JIRA)
addIndexesNoOptimize should not enforce maxMergeDocs/maxMergeSize limit --- Key: LUCENE-1254 URL: https://issues.apache.org/jira/browse/LUCENE-1254 Project: Lucene - Java

[jira] Resolved: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-07 Thread Michael McCandless (JIRA)
Available, New]) > IndexWriter#addIndexesNoOptimize has redundent try/catch > > > Key: LUCENE-824 > URL: https://issues.apache.org/jira/browse/LUCENE-824 > Project: Lucene - Java >

[jira] Assigned: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-07 Thread Michael McCandless (JIRA)
ter#addIndexesNoOptimize has redundent try/catch > > > Key: LUCENE-824 > URL: https://issues.apache.org/jira/browse/LUCENE-824 > Project: Lucene - Java > Issue Type: Improvement >

[jira] Commented: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-07 Thread Michael McCandless (JIRA)
coming! > IndexWriter#addIndexesNoOptimize has redundent try/catch > > > Key: LUCENE-824 > URL: https://issues.apache.org/jira/browse/LUCENE-824 > Project: Lucene - Java >

[jira] Updated: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-824: - Attachment: LUCENE-824.txt Remove redundant try/catch. > IndexWriter#addIndexesNoOptimize

[jira] Created: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-06 Thread Steven Parkes (JIRA)
IndexWriter#addIndexesNoOptimize has redundent try/catch Key: LUCENE-824 URL: https://issues.apache.org/jira/browse/LUCENE-824 Project: Lucene - Java Issue Type: Improvement