config.properties 411 Bytes
#es.cluster
search.es.cluster.name=${search.es.cluster.name}
search.es.servers=${search.es.servers}

#search
search.minimum.should.match=4<90%
search.operator=or
search.multiMatchQuery.type=CROSS_FIELDS

#ufo
ufo.search.minimum.should.match=50%

##cache
search.use.cache=true

#zkAddress
zkAddress=${zkAddress}

#web.content
web.context=yohosearch

#profile.threshold
profile.threshold=500