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
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
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
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
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,
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
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