Opened 14 years ago
Closed 14 years ago
#376 closed enhancement (fixed)
Configurable stopwords
Reported by: | heikki | Owned by: | heikki |
---|---|---|---|
Priority: | major | Milestone: | v2.6.2 |
Component: | General | Version: | v2.6.1 |
Keywords: | Cc: |
Description
Since GN2.6 no more stopwords are applied to Lucene indexing. This is not good for the results of the relevance ranking algorithm.
It is desirable to have an Administrator function to be able to define from which, if any, language(s) stopword lists are used.
This enhancement becomes obsolete if and when the Multilingual Index proposal goes into GeoNetwork. That is a better option than what we have now, but for the moment no-one seems to have resources to integrate it. For as long as we have a single index, this is a quick improvement.
Initially, stopwords lists will be provided for Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese, Russian, Spanish and Swedish.
By default English stopwords are enabled.
Merged into trunk