The latest release at Source Forge is pretty old. 

How about creating a new build, even with a 'beta' status. This will make
it easier for people to get the latest and greatest without having to 
mess with CVS and other tools that are needed for the build.

Also, having a nightly build will be a great help.

Tal

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brian
> Goetz
> Sent: Monday, June 25, 2001 2:36 AM
> To: Chris Kimpton
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Lucene-users] Queries with terms in them and the Porter
> Stemmer...
> 
> 
> > Thanks for the reply, but I am using the same analyzer
> > for the index, as I am for the searching.  So, I don't
> > think that is my problem.
> > 
> > Let me try and explain the problem more clearly...
> > 
> > I have this query
> > 
> >         contents:product
> > 
> > That is, I want to search the field "contents" for the
> > term 'product'.
> > 
> > The porter stemmer filter parses this and produces
> > these tokens
> > 
> > content
> > product
> > 
> > But since the field was stored as "contents", that is
> > Field.Text("contents","product") and the Field class
> > does not analyze the key of a Field, it does not find
> > a match.
> 
> Ah, different story.  The good news is that the new query parser (the
> one I wrote last week) doesn't have this defect.  This was definitely
> a bug in the old query parser.  
> 
> Try upgrading to the latest version from CVS and see if that makes
> your problem go away.  
> 
> _______________________________________________
> Lucene-users mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/lucene-users
> 

_______________________________________________
Lucene-users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/lucene-users

Reply via email to