[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2008-01-15 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558997#action_12558997 ] Eks Dev commented on LUCENE-584: Michal, would this work? 1. providing default

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-01-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559008#action_12559008 ] Uwe Schindler commented on LUCENE-831: -- I did some extensive tests with Lucene 2.3

Bug or Feature in BooleanQuery.setMinimumNumberShouldMatch

2008-01-15 Thread Shai Erera
Hi I'm not sure if this is a bug or working as designed. In BooleanQuery, one can set the minimum number of SHOULD match terms. So if I send the query abc +def and set it to 1, only if abc has matches in the index I should get back results. However, if I send the query +def and set the minimum to

[jira] Created: (LUCENE-1132) Highlighter Documentation updates

2008-01-15 Thread Grant Ingersoll (JIRA)
Highlighter Documentation updates - Key: LUCENE-1132 URL: https://issues.apache.org/jira/browse/LUCENE-1132 Project: Lucene - Java Issue Type: Bug Components: contrib/* Reporter: Grant

[jira] Updated: (LUCENE-1133) WikipediaTokenizer needs a way of not tokenizing certain parts of the text

2008-01-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1133: Summary: WikipediaTokenizer needs a way of not tokenizing certain parts of the text

[jira] Created: (LUCENE-1133) WikipediaTokenizer needs a way of not tokenizing

2008-01-15 Thread Grant Ingersoll (JIRA)
WikipediaTokenizer needs a way of not tokenizing - Key: LUCENE-1133 URL: https://issues.apache.org/jira/browse/LUCENE-1133 Project: Lucene - Java Issue Type: Improvement Components:

Re: Bug or Feature in BooleanQuery.setMinimumNumberShouldMatch

2008-01-15 Thread Paul Elschot
Shai, I think it would be enough to add to the javadocs of BooleanQuery that the minimum number of SHOULD clauses is ignored when no such clauses are added. Regards, Paul Elschot On Tuesday 15 January 2008 13:04:51 Shai Erera wrote: Hi I'm not sure if this is a bug or working as designed.

[jira] Commented: (LUCENE-1133) WikipediaTokenizer needs a way of not tokenizing certain parts of the text

2008-01-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559126#action_12559126 ] Otis Gospodnetic commented on LUCENE-1133: -- I'd actually love the option to skip

(another) generate-maven-artifacts build failure

2008-01-15 Thread Steven A Rowe
When I try to run ant generate-maven-artifacts on the trunk, I get the following build failure - looks like building the path for the default deploy location doesn't work properly: generate-maven-artifacts: [artifact:install-provider] Installing provider:

[jira] Commented: (LUCENE-1133) WikipediaTokenizer needs a way of not tokenizing certain parts of the text

2008-01-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559158#action_12559158 ] Grant Ingersoll commented on LUCENE-1133: - I use a TokenFilter to decide what to

Re: Bug or Feature in BooleanQuery.setMinimumNumberShouldMatch

2008-01-15 Thread Paul Elschot
Correcting myself: On Tuesday 15 January 2008 17:55:42 you wrote: Shai, I think it would be enough to add to the javadocs of BooleanQuery that the minimum number of SHOULD clauses is ignored when no such clauses are added. I should have looked at the code of BooleanScorer2 before

[jira] Commented: (LUCENE-1133) WikipediaTokenizer needs a way of not tokenizing certain parts of the text

2008-01-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559163#action_12559163 ] Otis Gospodnetic commented on LUCENE-1133: -- Aha. Which existing one? Custom?

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2008-01-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559168#action_12559168 ] Paul Elschot commented on LUCENE-584: - I indeed recall having an problem with remote

Re: Bug or Feature in BooleanQuery.setMinimumNumberShouldMatch

2008-01-15 Thread Shai Erera
Ok then I'll open an issue and provide a patch. Thanks ! On Jan 15, 2008 8:18 PM, Paul Elschot [EMAIL PROTECTED] wrote: Correcting myself: On Tuesday 15 January 2008 17:55:42 you wrote: Shai, I think it would be enough to add to the javadocs of BooleanQuery that the minimum number of

[jira] Commented: (LUCENE-1133) WikipediaTokenizer needs a way of not tokenizing certain parts of the text

2008-01-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559175#action_12559175 ] Grant Ingersoll commented on LUCENE-1133: - Custom. WikipediaTokenizer needs a

[jira] Created: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Shai Erera (JIRA)
BooleanQuery.rewrite does not work properly for minNumberShouldMatch Key: LUCENE-1134 URL: https://issues.apache.org/jira/browse/LUCENE-1134 Project: Lucene - Java Issue

[jira] Updated: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1134: --- Attachment: LUCENE-1134.patch The fix is very trivial. Which tests should I run to ensure this

[jira] Commented: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559183#action_12559183 ] Paul Elschot commented on LUCENE-1134: -- I'd start with these tests: ant

[jira] Commented: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559194#action_12559194 ] Hoss Man commented on LUCENE-1134: -- At first glance, the patch seems right .. but an

[jira] Commented: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559200#action_12559200 ] Paul Elschot commented on LUCENE-1134: -- There is no real need for this optimization

[jira] Commented: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559210#action_12559210 ] Hoss Man commented on LUCENE-1134: -- Ah... good call. (Hmmm it stil might be worth

[jira] Commented: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559242#action_12559242 ] Paul Elschot commented on LUCENE-1134: -- A FuzzyQuery rewrites to a BooleanQuery with

[jira] Commented: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559247#action_12559247 ] Hoss Man commented on LUCENE-1134: -- I think you're misunderstanding me Paul: i was just

[jira] Created: (LUCENE-1135) Mark contrib/wikipedia as experimental

2008-01-15 Thread Grant Ingersoll (JIRA)
Mark contrib/wikipedia as experimental -- Key: LUCENE-1135 URL: https://issues.apache.org/jira/browse/LUCENE-1135 Project: Lucene - Java Issue Type: Task Components: contrib/wikipedia

[jira] Resolved: (LUCENE-1135) Mark contrib/wikipedia as experimental

2008-01-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1135. - Resolution: Fixed Committed to both the branch and the trunk Mark contrib/wikipedia

Re: (another) generate-maven-artifacts build failure

2008-01-15 Thread Michael Busch
Hi Steven, which version of the maven-ant-tasks are you using? -Michael Steven A Rowe wrote: When I try to run ant generate-maven-artifacts on the trunk, I get the following build failure - looks like building the path for the default deploy location doesn't work properly:

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-01-15 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559341#action_12559341 ] Michael Busch commented on LUCENE-831: -- {quote} As with Lucene 2.3 the reopen is

RE: (another) generate-maven-artifacts build failure

2008-01-15 Thread Steven A Rowe
Hi Michael, On 01/15/2008 at 10:04 PM, Michael Busch wrote: which version of the maven-ant-tasks are you using? 2.0.8 Steve Steven A Rowe wrote: When I try to run ant generate-maven-artifacts on the trunk, I get the following build failure - looks like building the path for the default

[jira] Updated: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1134: --- Attachment: LUCENE-1134.patch Fix + Test BooleanQuery.rewrite does not work properly for

[jira] Updated: (LUCENE-1134) BooleanQuery.rewrite does not work properly for minNumberShouldMatch

2008-01-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1134: --- Attachment: (was: LUCENE-1134.patch) BooleanQuery.rewrite does not work properly for