From 2a6b3962c617ac2f7dbcb29105955b5f8b2c6060 Mon Sep 17 00:00:00 2001 From: mayankg2703 Date: Tue, 6 Feb 2018 10:24:30 +0000 Subject: config seg aai search data service Change-Id: Ie0229756fabb37a88f46c3d6eb864531660885a8 Issue-ID: OOM-663 Signed-off-by: mayankg2703 --- resources/config/search-data-service/appconfig/filter-config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/config/search-data-service/appconfig/filter-config.json (limited to 'resources/config/search-data-service/appconfig/filter-config.json') diff --git a/resources/config/search-data-service/appconfig/filter-config.json b/resources/config/search-data-service/appconfig/filter-config.json new file mode 100644 index 0000000..e2d5285 --- /dev/null +++ b/resources/config/search-data-service/appconfig/filter-config.json @@ -0,0 +1,7 @@ +[ + { + "name": "ngram_filter", + "description": "Custom NGram Filter.", + "configuration": " \"type\": \"nGram\", \"min_gram\": 1, \"max_gram\": 50, \"token_chars\": [ \"letter\", \"digit\", \"punctuation\", \"symbol\" ]" + } +] \ No newline at end of file -- cgit 1.2.3-korg