Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Wikisearch-ingest's WikipediaMapper has a list of stop words that presumably are supposed to be ignored (not indexed). This feature should be removed because:
1. The StopFilter code does not work. Stop words are indexed anyway. Not sure why.
2. Stop lists are not a significant performance concern with this type of indexing. It's better for cross-language search, phrase search, and for overall search efficiency not to use a stop list.