Hi,

I am getting a problem when using an analyzer that
uses the PorterStemFilter with queries that have terms
in them.  I am using Lucene 1.0, with the small porter
stemmer fix.

For example

resulttype:product

did not return any hits, even though all my entries
have the term resulttype and value product.

[but works fine if I use the stop analyzer]

The problem seems to be because the porter stemmer is
reducing resulttype to resulttyp.

I was wondering what the favourite solutions to this
are;

- Amend the porter filter to ignore certain words, eg
resulttype

- Store the field names in their post analyzed format,
eg resulttyp

- any others?

Thanks in advance,
Chris

=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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

Reply via email to