Mandeep Khinda | bae5c98 | 2017-08-30 14:37:10 +0000 | [diff] [blame] | 1 | ###################################################################################### |
| 2 | ############################## Suggestive Search Config ############################## |
| 3 | ###################################################################################### |
| 4 | |
| 5 | # Indexes to be taken into account when generating suggestion entries |
| 6 | suggestion.indexes=elasticsearch.autosuggestIndexname,elasticsearch.indexName |
| 7 | # List of stop words to be used during suggestive search |
| 8 | 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 |
| 9 | # Assigns which class, within sparky, will process the searches related to an assosiated index |
| 10 | suggestion.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) |
| 17 | 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 |
| 18 | suggestion.pairing.called.value=called |
| 19 | # |
| 20 | # Exact same explanation as the "called" pairings above. |
| 21 | # e.g. "x at ipv4-oam-address" |
| 22 | suggestion.pairing.at.key=street1,street2,postal-code,ipv4-oam-address,network-policy-fqdn |
| 23 | suggestion.pairing.at.value=at |
| 24 | # |
| 25 | # Default pairing values for any OXM types that aren't part of the the other |
| 26 | # pairing lists. |
| 27 | suggestion.pairing.default.value=with |