Details
-
Type:
Patch
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.6.0
-
Component/s: Zend_Search_Lucene
-
Labels:None
Description
The patch adds two new classes Lucene/Analysis/TokenFilter/ShortWords.php and Lucene/Analysis/TokenFilter/StopWords.php. The first class filters out short words (minimum length can be configured), the second one words from stop word list (it can be loaded from file or from an array).
The patch also adds support for "null tokens" to Lucene/Analysis/Analyzer/Common classes.
The patch (against current svn). Please review.