[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527304 ] Michael McCandless commented on LUCENE-847: --- > Looks like some anomalous tests. Last night I checked twice,

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527300 ] Mark Miller commented on LUCENE-847: Looks like some anomalous tests. Last night I checked twice, but today resul

Oracle-Lucene integration (OJVMDirectory and Lucene Domain Index) - LONG

2007-09-13 Thread J. Delgado
I'm very happy to announce the partial rework and extension to LUCENE-724 (Oracle-Lucene Integration), primarily based on new requirements from LendingClub.com, who commissioned the work to Marcelo Ochoa, the contributer of the original patch (great job Marcelo!). As contribution of LendingClub.com

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527297 ] Michael McCandless commented on LUCENE-847: --- > I have to triple check, but on first glance, my apps perform

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527295 ] Michael McCandless commented on LUCENE-847: --- > Today, applications use multiple threads on IndexWriter to

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527289 ] Mark Miller commented on LUCENE-847: I have to triple check, but on first glance, my apps performance halfed usin

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527286 ] Ning Li commented on LUCENE-847: > This was actually intentional: I thought it fine if the application is > sending m

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527264 ] Sean Timm commented on LUCENE-997: -- Here are some additional details on the changes. New files: TimeLimitedCollecto

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: LuceneTimeoutTest.java Simple test case. Run by passing in the index directory as an argumen

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch Patch against trunk revision 575451. > Add search timeout support to Lucene >

[jira] Created: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
Add search timeout support to Lucene Key: LUCENE-997 URL: https://issues.apache.org/jira/browse/LUCENE-997 Project: Lucene - Java Issue Type: New Feature Reporter: Sean Timm Priori

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527258 ] Michael McCandless commented on LUCENE-847: --- > Hmm, it's actually possible to have concurrent merges with >

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527239 ] Ning Li commented on LUCENE-847: Hmm, it's actually possible to have concurrent merges with SerialMergeScheduler. Ma

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527227 ] Michael McCandless commented on LUCENE-847: --- Ahh, good catch. Will fix! > Factor merge policy out of Inde

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-13 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527224 ] Ning Li commented on LUCENE-847: Access of mergeThreads in ConcurrentMergeScheduler.merge() should be synchronized.

[jira] Commented: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2007-09-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527204 ] Hoss Man commented on LUCENE-996: - so this changes the query syntax such that foo:{a TO z] and foo:[a TO z} are now

[jira] Updated: (LUCENE-794) Extend contrib Highlighter to properly support phrase queries and span queries

2007-09-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Attachment: spanhighlighter11.patch Thanks a lot Andy. As I suspected, the issue is that the conversi

[jira] Updated: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2007-09-13 Thread Andrew Schurman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schurman updated LUCENE-996: --- Attachment: lucene-996.patch Potential fix for revision 574260. > Parsing mixed inclusive/ex

[jira] Created: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2007-09-13 Thread Andrew Schurman (JIRA)
Parsing mixed inclusive/exclusive range queries --- Key: LUCENE-996 URL: https://issues.apache.org/jira/browse/LUCENE-996 Project: Lucene - Java Issue Type: Improvement Components: QueryP

[jira] Commented: (LUCENE-941) Benchmark alg line - {[AddDoc(4000)]: 4} : * - causes an infinite loop

2007-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527139 ] Michael McCandless commented on LUCENE-941: --- Doron are you working on this one? I think we want to release

[jira] Commented: (LUCENE-794) Extend contrib Highlighter to properly support phrase queries and span queries

2007-09-13 Thread Andy Liu (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527134 ] Andy Liu commented on LUCENE-794: - Ah, I wasn't crazy. I had the test data wrong. Here's the code I'm using to pro