Is there a way to include a list of exception words in Zend lucene Search?
Posted
by Amit
on Stack Overflow
See other posts from Stack Overflow
or by Amit
Published on 2010-05-10T04:51:42Z
Indexed on
2010/05/10
4:58 UTC
Read the original article
Hit count: 297
zend
|zend-search-lucene
I have Zend Lucene Search Algorithm implemented in my code. Some of the keywords are not returning any results. The keywords for which no results are returned are included in list of Stopwords. Is there a way to include certain stopwords while searching???
© Stack Overflow or respective owner