Contrib: Main memory based SynonymMap and SynonymTokenFilter

2005-05-12 Thread Wolfgang Hoschek
I've uploaded a main memory based SynonymMap and SynonymTokenFilter contrib to http://issues.apache.org/bugzilla/show_bug.cgi?id=34882 This can be used at index time or query time. So far I'm mostly using it by handing an analyzer with a SynonymTokenFilter to a QueryParser and that seems

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2005-05-12 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2005-05-12 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

Re: constant scoring queries

2005-05-12 Thread Paul Elschot
On Tuesday 10 May 2005 22:39, Doug Cutting wrote: > Background: In http://issues.apache.org/bugzilla/show_bug.cgi?id=34673, > Yonik Seely proposes a ConstantScoreQuery, based on a Filter. And in > http://www.mail-archive.com/lucene-dev@jakarta.apache.org/msg08007.html > I proposed a mechanism t

Re: constant scoring queries

2005-05-12 Thread Paul Elschot
On Thursday 12 May 2005 17:11, Paul Elschot wrote: > On Tuesday 10 May 2005 22:39, Doug Cutting wrote: ... > > > Thoughts? > > Yes, thanks for combining the constant score with the one by one approach :) That should have been: Thanks for combining the constant score with the filters. Regards,

Re: ParallelReader

2005-05-12 Thread Doug Cutting
Doug Cutting wrote: > Would folks find this useful? Since the general feedback was positive, I committed this. Chuck Williams wrote: Yes, very useful, especially if you added one additional feature that looks straightforward from the code below. That is a facility to append the stored fields fro

Re: ParallelReader

2005-05-12 Thread Daniel Naber
On Thursday 12 May 2005 20:17, Doug Cutting wrote: > Â> Would folks find this useful? > > Since the general feedback was positive, I committed this. It seems the IllegalArgumentException is never thrown, because the "readers" variable is never modified? Unless I'm missing something, this code s