diff options
author | dave.adams (da490c) <dave.adams@amdocs.com> | 2017-12-20 00:06:05 -0500 |
---|---|---|
committer | dave.adams (da490c) <dave.adams@amdocs.com> | 2017-12-20 08:58:23 -0500 |
commit | c98976b030ed96f41a59d19d8a86717d483973b9 (patch) | |
tree | 0e72c108ef3d236afb93a05088613015a56f9f92 /sparky/appconfig/suggestive-search.properties | |
parent | 090cd5a6aa2f80e833d0f256d4a0ec30dd113486 (diff) |
Update test-config for sparky-be
Change-Id: I8609426198bd70f8a0f8989274c09f013ab4edb4
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
Issue-ID: AAI-565
Diffstat (limited to 'sparky/appconfig/suggestive-search.properties')
-rw-r--r-- | sparky/appconfig/suggestive-search.properties | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sparky/appconfig/suggestive-search.properties b/sparky/appconfig/suggestive-search.properties deleted file mode 100644 index 8e48746..0000000 --- a/sparky/appconfig/suggestive-search.properties +++ /dev/null @@ -1,27 +0,0 @@ -######################################################################################
-############################## Suggestive Search Config ##############################
-######################################################################################
-
-# Indexes to be taken into account when generating suggestion entries
-suggestion.indexes=elasticsearch.autosuggestIndexname,elasticsearch.indexName
-# List of stop words to be used during suggestive search
-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
-# Assigns which class, within sparky, will process the searches related to an assosiated index
-suggestion.routing=elasticsearch.autosuggestIndexname:SearchServiceWrapper,elasticsearch.indexName:VnfSearchService
-
-############################## Pairings ##############################
-#
-# "called" pairings, keys reference types within the OXM, and the value
-# is the suggestion term used for matches with any of the "called" keys.
-# e.g. "x called vserver-id" (but actual value of vserver-id)
-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
-#
-# Exact same explanation as the "called" pairings above.
-# e.g. "x at ipv4-oam-address"
-suggestion.pairing.at.key=street1,street2,postal-code,ipv4-oam-address,network-policy-fqdn
-suggestion.pairing.at.value=at
-#
-# Default pairing values for any OXM types that aren't part of the the other
-# pairing lists.
-suggestion.pairing.default.value=with
\ No newline at end of file |