2014-12-22 19 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,任何變通辦法?

回答