mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added UrlTokenizingFilter
Former-commit-id: 4e3db0d178d5bf70b73c8f1c33538385f6f24c5c
This commit is contained in:
@@ -76,6 +76,7 @@ public class SearchFieldAnalyzer extends Analyzer {
|
||||
| WordDelimiterFilter.STEM_ENGLISH_POSSESSIVE, null);
|
||||
|
||||
stream = new LowerCaseFilter(version, stream);
|
||||
stream = new UrlTokenizingFilter(stream);
|
||||
concatenatingFilter = new TokenPairConcatenatingFilter(stream);
|
||||
stream = concatenatingFilter;
|
||||
stream = new StopFilter(version, stream, StopAnalyzer.ENGLISH_STOP_WORDS_SET);
|
||||
|
||||
Reference in New Issue
Block a user