mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 19:41:38 +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);
|
| WordDelimiterFilter.STEM_ENGLISH_POSSESSIVE, null);
|
||||||
|
|
||||||
stream = new LowerCaseFilter(version, stream);
|
stream = new LowerCaseFilter(version, stream);
|
||||||
|
stream = new UrlTokenizingFilter(stream);
|
||||||
concatenatingFilter = new TokenPairConcatenatingFilter(stream);
|
concatenatingFilter = new TokenPairConcatenatingFilter(stream);
|
||||||
stream = concatenatingFilter;
|
stream = concatenatingFilter;
|
||||||
stream = new StopFilter(version, stream, StopAnalyzer.ENGLISH_STOP_WORDS_SET);
|
stream = new StopFilter(version, stream, StopAnalyzer.ENGLISH_STOP_WORDS_SET);
|
||||||
|
|||||||
Reference in New Issue
Block a user