blob: b82baffc1401d854c6686a593afb9f861152201b [file] [log] [blame]
Mandeep Khindabae5c982017-08-30 14:37:10 +00001######################################################################################
2############################## Suggestive Search Config ##############################
3######################################################################################
4
5# Indexes to be taken into account when generating suggestion entries
6suggestion.indexes=elasticsearch.autosuggestIndexname,elasticsearch.indexName
7# List of stop words to be used during suggestive search
8suggestion.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
9# Assigns which class, within sparky, will process the searches related to an assosiated index
10suggestion.routing=elasticsearch.autosuggestIndexname:SearchServiceWrapper,elasticsearch.indexName:VnfSearchService
11
12############################## Pairings ##############################
13#
14# "called" pairings, keys reference types within the OXM, and the value
15# is the suggestion term used for matches with any of the "called" keys.
16# e.g. "x called vserver-id" (but actual value of vserver-id)
17suggestion.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
18suggestion.pairing.called.value=called
19#
20# Exact same explanation as the "called" pairings above.
21# e.g. "x at ipv4-oam-address"
22suggestion.pairing.at.key=street1,street2,postal-code,ipv4-oam-address,network-policy-fqdn
23suggestion.pairing.at.value=at
24#
25# Default pairing values for any OXM types that aren't part of the the other
26# pairing lists.
27suggestion.pairing.default.value=with