Remove Stopwords before indexing or after retrieving using zend-search-lucene

768 views Asked by At

I just started using zend-search-lucene,i need suggestion how to remove the stop words while indexing or while retrieving the search results.

1

There are 1 answers

0
Jon Skarpeteig On

You could have a look at this implementation: http://codefury.net/2008/06/a-stemming-analyzer-for-zends-php-lucene/