IntelliJ & Eclipse Lucene code styles available

2007-05-22 Thread Otis Gospodnetic
Those using IntelliJ or Eclipse may want to grab code styles for Lucene (and Solr, Nutch, and Hadoop) that Grant and I put in https://issues.apache.org/jira/browse/SOLR-245 . I hope they are helpful. The plan is to stick them on the Wiki (and link from HowToContribute pages?). Otis . . .

[jira] Resolved: (LUCENE-881) QueryParser escaping/parsin issue with strings starting/ending with ||

2007-05-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-881. -- Resolution: Fixed I just committed this patch. Thank you for finding this bug, Slobodan! > Que

[jira] Created: (LUCENE-887) Interruptible segment merges

2007-05-22 Thread Michael Busch (JIRA)
Interruptible segment merges Key: LUCENE-887 URL: https://issues.apache.org/jira/browse/LUCENE-887 Project: Lucene - Java Issue Type: New Feature Components: Index Reporter: Michael Busch

Re: IndexWriter shutdown

2007-05-22 Thread Michael Busch
Steven Parkes wrote: I'm not certain, but would parts of your goal be achieved by the work i've seen floating arround Jira to refactor th MergePolicy so that it can be handled by multiple thrads? Well, in what I've been working on for LUCENE-847 (merge policy factoring)

RE: IndexWriter shutdown

2007-05-22 Thread Steven Parkes
> I'm not certain, but would parts of your goal be achieved by the work i've > seen floating arround Jira to refactor th MergePolicy so that it can be > handled by multiple thrads? Well, in what I've been working on for LUCENE-847 (merge policy factoring) and LUCENE-870 (concurrent merge policy),