From b4922d319d293894fddd512d29b5f0d1411915d9 Mon Sep 17 00:00:00 2001 From: ARULNA Date: Mon, 12 Jun 2017 16:41:12 -0400 Subject: Initial commit for AAI-UI(sparky-backend) Change-Id: I785397ed4197663cdf0c1351041d2f708ed08763 Signed-off-by: ARULNA --- appconfig-local/suggestive-search.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appconfig-local/suggestive-search.properties (limited to 'appconfig-local/suggestive-search.properties') diff --git a/appconfig-local/suggestive-search.properties b/appconfig-local/suggestive-search.properties new file mode 100644 index 0000000..60a60e6 --- /dev/null +++ b/appconfig-local/suggestive-search.properties @@ -0,0 +1,11 @@ +# +# Suggestive Search Config +# +suggestion.indexes=elasticsearch.autosuggestIndexname,elasticsearch.indexName +suggestion.stopwords=a,an,and,are,as,at,be,but,by,called,for,if,in,into,is,it,no,not,of,on,or,such,that,the,their,then,there,these,they,this,to,was,will,with +suggestion.routing=elasticsearch.autosuggestIndexname:SearchServiceWrapper,elasticsearch.indexName:VnfSearchService +suggestion.pairing.called.key=volume-group-id,volume-group-name,physical-location-id,data-center-code,complex-name,tenant-id,tenant-name,vserver-id,vserver-name,vserver-name2,hostname,pserver-name2,pserver-id,global-customer-id,subscriber-name,service-instance-id,service-instance-name,link-name,vpn-id,vpn-name,vpe-id,vnf-id,vnf-name,vnf-name2,vnfc-name,network-id,network-name,network-policy-id,vf-module-id,vf-module-name,vnf-id2,pnf-name,circuit-id +suggestion.pairing.called.value=called +suggestion.pairing.at.key=street1,street2,postal-code,ipv4-oam-address,network-policy-fqdn +suggestion.pairing.at.value=at +suggestion.pairing.default.value=with \ No newline at end of file -- cgit 1.2.3-korg