Hudson build is back to normal: Lucene-trunk #409

2008-03-18 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/409/changes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TokenFilter question

2008-03-18 Thread Chris Hostetter
: I was trying to apply both : org.apache.solr.analysis.WordDelimiterFilter and : org.apache.lucene.analysis.ngram.NGramTokenFilter. : : Can I achive this with lucene's TokenStream? Sure ... you just have to pick an ordering and wrap one arround the other. Solr does this anytime you define an

Re: Fieldable, AbstractField, Field

2008-03-18 Thread Chris Hostetter
: Really, I think we could go just back to a single Field class instead : of the three classes Fieldable, AbstractField and Field. If we had : this then LUCENE-1219 would be easier to cleanly implement. It's probably worth reviewing the orriginal reasons why Fieldable and AbstractField were add

[jira] Resolved: (LUCENE-1240) TermsFilter: reuse TermDocs

2008-03-18 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood resolved LUCENE-1240. -- Resolution: Fixed Fix Version/s: 2.3.2 Lucene Fields: [New, Patch Available] (was:

[jira] Updated: (LUCENE-1240) TermsFilter: reuse TermDocs

2008-03-18 Thread Trejkaz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trejkaz updated LUCENE-1240: Lucene Fields: [New, Patch Available] (was: [New]) > TermsFilter: reuse TermDocs > --

[jira] Updated: (LUCENE-1240) TermsFilter: reuse TermDocs

2008-03-18 Thread Trejkaz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trejkaz updated LUCENE-1240: Attachment: terms-filter.patch Attaching my attempt at improving this. The original code didn't close all

[jira] Created: (LUCENE-1240) TermsFilter: reuse TermDocs

2008-03-18 Thread Trejkaz (JIRA)
TermsFilter: reuse TermDocs --- Key: LUCENE-1240 URL: https://issues.apache.org/jira/browse/LUCENE-1240 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.3.1

[jira] Resolved: (LUCENE-1238) intermittent failures of TestTimeLimitedCollector.testTimeoutMultiThreaded in nightly tests

2008-03-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen resolved LUCENE-1238. - Resolution: Fixed Lucene Fields: [Patch Available] (was: [Patch Available, New]) Committ

[jira] Commented: (LUCENE-1238) intermittent failures of TestTimeLimitedCollector.testTimeoutMultiThreaded in nightly tests

2008-03-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579960#action_12579960 ] Doron Cohen commented on LUCENE-1238: - I intend to commit this later today. > intermi

Re: SearchTimeout tests was Re: Build failed in Hudson: Lucene-trunk #408

2008-03-18 Thread Doron Cohen
Hi Grant, I looked at this already - see patch in LUCENE-1238 - I thought 'll give a few more hours for comments and then commit. I believe this should solve the problem, more details in JIRA. BR. Doron On Tue, Mar 18, 2008 at 3:39 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Seems like we

[jira] Commented: (LUCENE-400) NGramFilter -- construct n-grams from a TokenStream

2008-03-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579933#action_12579933 ] Steven Rowe commented on LUCENE-400: re-ping, Otis, do you still plan to commit? > NGr

[jira] Commented: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579909#action_12579909 ] Michael McCandless commented on LUCENE-1239: {quote} I wondered if there is a

[jira] Commented: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Shay Banon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579874#action_12579874 ] Shay Banon commented on LUCENE-1239: Yea, it looks like it is my bad, great catch!. Wh

SearchTimeout tests was Re: Build failed in Hudson: Lucene-trunk #408

2008-03-18 Thread Grant Ingersoll
Seems like we will need to explore some timeout values. This is always tricky when you get on Hudson, as Solr has similar problems with some of it's time based tests. On Mar 17, 2008, at 10:55 PM, Apache Hudson Server wrote: See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/408/c

Re: WordNet synonyms overhead

2008-03-18 Thread Mathieu Lecarme
Harald Näger a écrit : Hi, I am especially interessted in the WordNet synonym expansion that was discussed in the "Lucene in Action" book. Is there anyone here on the list who has experience with this approach? I'm curious about how much the synonym expansion will increase the size of an in

WordNet synonyms overhead

2008-03-18 Thread Harald Näger
Hi, I am especially interessted in the WordNet synonym expansion that was discussed in the "Lucene in Action" book. Is there anyone here on the list who has experience with this approach? I'm curious about how much the synonym expansion will increase the size of an index. Are there any reliabl

[jira] Commented: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579829#action_12579829 ] Michael McCandless commented on LUCENE-1239: Phew :) > IndexWriter deadlock w

[jira] Resolved: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael Lossos (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Lossos resolved LUCENE-1239. Resolution: Invalid You're right, when I use Lucene's ConcurrentMergeScheduler, I don't se

[jira] Commented: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579819#action_12579819 ] Michael McCandless commented on LUCENE-1239: If you replace Compass's Executor

[jira] Commented: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579803#action_12579803 ] Michael McCandless commented on LUCENE-1239: Is it possible to call IndexWrite

[jira] Assigned: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1239: -- Assignee: Michael McCandless > IndexWriter deadlock when using ConcurrentMerge

[jira] Commented: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael Lossos (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579792#action_12579792 ] Michael Lossos commented on LUCENE-1239: Here's the related Compass bug: http://is

[jira] Created: (LUCENE-1239) IndexWriter deadlock when using ConcurrentMergeScheduler

2008-03-18 Thread Michael Lossos (JIRA)
IndexWriter deadlock when using ConcurrentMergeScheduler Key: LUCENE-1239 URL: https://issues.apache.org/jira/browse/LUCENE-1239 Project: Lucene - Java Issue Type: Bug Compon

[jira] Updated: (LUCENE-1238) intermittent failures of TestTimeLimitedCollector.testTimeoutMultiThreaded in nightly tests

2008-03-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1238: Attachment: LUCENE-1238.patch Problem was in test. However fix adds a greediness option to time-l

[jira] Updated: (LUCENE-1238) intermittent failures of TestTimeLimitedCollector.testTimeoutMultiThreaded in nightly tests

2008-03-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1238: Lucene Fields: [New, Patch Available] (was: [New]) > intermittent failures of TestTimeLimitedCol

[jira] Updated: (LUCENE-1238) intermittent failures of TestTimeLimitedCollector.testTimeoutMultiThreaded in nightly tests

2008-03-18 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1238: Summary: intermittent failures of TestTimeLimitedCollector.testTimeoutMultiThreaded in nightly te