You must be doing something wrong, I think.
However, to make sure, you can always run something like this in the
src directory:
find . -name \*.java |xargs grep PorterStemFilter

That will tell you which files mention 'PorterStemFilter'.

Otis

--- [EMAIL PROTECTED] wrote:
> I built my own analyzer and I decided not to use a PorsterStemFilter.
> When I
> index my documents, this works great (no PorterStemFiletring occurs).
> But
> when I want to search and enter a query, the PorterStemFilter does
> filter. I
> use the same Analyzer for indexing and searching. I have thrown the
> PorterStemFilter out the Lucene jar-file, and without an error report
> my
> program works fine(no PorterStemFiltering anymore).
> I do not understand this. What about you?
> Thanks, 
> Puk Witte
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to