2

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

ajreal
  • 46,720
  • 11
  • 89
  • 119

1 Answers1

0

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

Jon Skarpeteig
  • 4,118
  • 7
  • 34
  • 53