2014-12-22 55 views
1

的不正确的名称貌似有巢库一个问题ElasticSearch:巢ElasticSearch:execution_hint

aggs = aggs.Terms(facetName, s => s.Field(facetName).Size(facetMaxCount).ExecutionHint(TermsAggregationExecutionHint.Map)); 

创建查询:

"terms": { 
    "field": "markets", 
    "size": 20, 
    "execution_hit": "map" 
    } 

execution_hit应该execution_hint,任何变通办法?

回答