Re: comment-out a filter?

2007-10-15 Thread Yonik Seeley
On 10/15/07, David Whalen [EMAIL PROTECTED] wrote:
 I want to comment-out a filter in my schema.xml, specifically
 the solr.EnglishPorterFilterFactory filter.

 I want to know -- will this cause me to have to re-build my
 index?  Or will a restart of SOLR get the job done?

Yes, you will need to rebuild because the index will have stemmed
terms and queries will no longer match those terms in the index.

-Yonik


comment-out a filter?

2007-10-15 Thread David Whalen
Hi All.

I want to comment-out a filter in my schema.xml, specifically
the solr.EnglishPorterFilterFactory filter.

I want to know -- will this cause me to have to re-build my
index?  Or will a restart of SOLR get the job done?

Thanks!

Dave W