[jira] Resolved: (LUCENE-867) Incomplete lucene-core-1.9.1 in Maven2 repository

2007-06-19 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-867. -- Resolution: Fixed Fix Version/s: (was: 1.9) 2.2 1.9.1 release art

[jira] Resolved: (LUCENE-934) Uploade Lucene 2.1 to ibiblio

2007-06-19 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-934. -- Resolution: Fixed Fix Version/s: (was: 2.1) 2.2 2.1.0 release art

Lucene Queryparser.parse

2007-06-19 Thread AABS
Hello world of Lucene, please what is the complexity of the methode of Lucene "QueryParser.parse" Thank you very much. -- View this message in context: http://www.nabble.com/Lucene-Queryparser.parse-tf3945240.html#a11191381 Sent from the Lucene - Java Developer mailing list archive at Nabble.c

Re: Lucene Queryparser.parse

2007-06-19 Thread Steven Rowe
Hello AABS, AABS wrote: > Hello world of Lucene, > > please what is the complexity of the methode of Lucene "QueryParser.parse" > > Thank you very much. Two problems: 1. This kind of question should be sent to the java-user list, not to this list (java-dev). 2. What do you mean by "complexity

Re: [VOTE] Release Lucene 2.2

2007-06-19 Thread Doron Cohen
> I now realize WinZip 8.1 is rather old - seems that 9.0 was available in > 2004 - so unless there is any other complaint on this I am okay with > considering this one a non-issue. Just to clear any doubt about the 2.2 zip files: from the 'WinZip support' response: "The particular report you

Re: [VOTE] Release Lucene 2.2

2007-06-19 Thread Michael Busch
Doron Cohen wrote: Just to clear any doubt about the 2.2 zip files: from the 'WinZip support' response: "The particular report you sent is almost never reproducible after a machine restart. Can you reproduce the problem after restarting your machine?" And indeed after restart the p

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

2007-06-19 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: --- Summary: Extend contrib Highlighter to properly support phrase queries and span queries (was: SpanSc

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

2007-06-19 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: spanhighlighter8.patch patch version 8 : Apply to root dir of trunk - Fixed a bug that

Lucene 2.2.0 release available

2007-06-19 Thread Michael Busch
Release 2.2.0 of Lucene is now available! Many new features, optimizations, and bug fixes have been added since 2.1, including "point-in-time" searching, payloads, function queries and new APIs for pre-analyzed fields. The detailed change log is at: http://svn.apache.org/repos/asf/lucene/java/

Re: Lucene 2.2.0 release available

2007-06-19 Thread DM Smith
FYI, The announcement has not made it to the http:// lucene.apache.org/ page. On Jun 19, 2007, at 6:13 PM, Michael Busch wrote: Release 2.2.0 of Lucene is now available! Many new features, optimizations, and bug fixes have been added since 2.1, including "point-in-time" searching, payloads,

[jira] Commented: (LUCENE-933) QueryParser can produce empty sub BooleanQueries when Analyzer proudces no tokens for input

2007-06-19 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506342 ] Doron Cohen commented on LUCENE-933: > a) +foo:BBB +() > I have no idea what the "right" thing to do for situa

Re: Lucene 2.2.0 release available

2007-06-19 Thread Yonik Seeley
On 6/19/07, DM Smith <[EMAIL PROTECTED]> wrote: FYI, The announcement has not made it to the http:// lucene.apache.org/ page. I just committed this. It should be viewable in about an hour. Note: I had to change the syntax slightly... I'm using forrest-0.8 now, and apparently it doesn't allow

[jira] Commented: (LUCENE-933) QueryParser can produce empty sub BooleanQueries when Analyzer proudces no tokens for input

2007-06-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506351 ] Hoss Man commented on LUCENE-933: - > I feel comfortable with applying the logic we have for a single (stop)word on >

[jira] Created: (LUCENE-935) Improve maven artifacts

2007-06-19 Thread Michael Busch (JIRA)
Improve maven artifacts --- Key: LUCENE-935 URL: https://issues.apache.org/jira/browse/LUCENE-935 Project: Lucene - Java Issue Type: Improvement Components: Build Reporter: Michael Busch

[jira] Updated: (LUCENE-908) MANIFEST.MF cleanup (main jar and luci customizations)

2007-06-19 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-908: - Fix Version/s: 2.3 > MANIFEST.MF cleanup (main jar and luci customizations) > ---