Re: [VOTE] Release Lucene 2.4.0

2008-10-07 Thread Michael McCandless
Reminder: this is a new vote (started 2 days ago) to release 2.4.0. We still need 2 more binding (PMC) votes to release. Mike Michael McCandless wrote: OK maybe 4th time's a charm ;) Let's start a new VOTE to release these artifacts (derived from svn rev 701827) as Lucene 2.4.0:

[jira] Commented: (LUCENE-1410) PFOR implementation

2008-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637427#action_12637427 ] Michael McCandless commented on LUCENE-1410: bq. That means there is quite a

[jira] Commented: (LUCENE-1409) read past EOF

2008-10-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637423#action_12637423 ] Michael McCandless commented on LUCENE-1409: Alas I can't reproduce this issue

[jira] Commented: (LUCENE-1409) read past EOF

2008-10-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637458#action_12637458 ] Adam Łączyński commented on LUCENE-1409: That error was occured on 2 machines, one

Re: [VOTE] Release Lucene 2.4.0

2008-10-07 Thread mark harwood
+1 Mark - Original Message From: Michael McCandless [EMAIL PROTECTED] To: Michael McCandless [EMAIL PROTECTED] Cc: java-dev@lucene.apache.org Sent: Tuesday, 7 October, 2008 14:55:25 Subject: Re: [VOTE] Release Lucene 2.4.0 Reminder: this is a new vote (started 2 days ago) to release

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-10-07 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1390: Attachment: ASCIIFoldingFilter.patch Minor adjustment to previous version: this version fixes a

Re: [VOTE] Release Lucene 2.4.0

2008-10-07 Thread Erik Hatcher
+1 Erik On Oct 7, 2008, at 9:55 AM, Michael McCandless wrote: Reminder: this is a new vote (started 2 days ago) to release 2.4.0. We still need 2 more binding (PMC) votes to release. Mike Michael McCandless wrote: OK maybe 4th time's a charm ;) Let's start a new VOTE to

Similarity.lengthNorm and positionIncrement=0

2008-10-07 Thread Andrzej Bialecki
Hi all, I'm using analyzers that insert several tokens at the same position (positionIncrement=0), and I noticed that the calculation of lengthNorm takes into account all tokens, no matter what is their position. Example: - input string: tree houses - analyzed: tree,

How to find the search keyword belong to which field?

2008-10-07 Thread yinlin chen
Hi, I use MultiFieldQueryParser to do multiple fields search. How can I find the particular search result belong to which field(s)? For example, I use two fields, creator and description And I use the keyword world to get the search result, how do I know that keyword world is form creator or

Re: [VOTE] Release Lucene 2.4.0

2008-10-07 Thread Grant Ingersoll
I really hate to do this, but the source tests don't compile, since we now rely on JUnit to be shipped w/ Lucene. Steps: download the source tarball untar ant test Lots of compile errors. I think we just need to package lib/junit with the src. Of course, maybe not a big deal, as we didn't