aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service-app/src/test/resources/json/analysis-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'search-data-service-app/src/test/resources/json/analysis-config.json')
-rw-r--r--search-data-service-app/src/test/resources/json/analysis-config.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/search-data-service-app/src/test/resources/json/analysis-config.json b/search-data-service-app/src/test/resources/json/analysis-config.json
new file mode 100644
index 0000000..a622dcf
--- /dev/null
+++ b/search-data-service-app/src/test/resources/json/analysis-config.json
@@ -0,0 +1,21 @@
+[
+ {
+ "name": "nGram_analyzer",
+ "description": "NGram Analyzer",
+ "tokenizer": "whitespace",
+ "filters": [
+ "lowercase",
+ "asciifolding",
+ "nGram_filter"
+ ]
+ },
+ {
+ "name": "whitespace_analyzer",
+ "description": "Whitespace Analyzer",
+ "tokenizer": "whitespace",
+ "filters": [
+ "lowercase",
+ "asciifolding"
+ ]
+ }
+] \ No newline at end of file