BroadcastShardOperationFailedException[[vnvoos1.html][4] ]; nested: RemoteTransp

BroadcastShardOperationFailedException[[vnvoos1.html][4] ]; nested: RemoteTransportException[[test-lightbulb][inet[/192.168.1.87:9300]][count/s]]; nested: QueryParsingException[[vnvoos1.html] request does not support [post_filter]]

 

 

es rest 查询

 

http://192.168.1.86:9200/_count
{
  "post_filter" : {
    "bool" : {
      "should" : {
        "term" : {
          "_id" : 0
        }
      }
    }
  }
}

 

 count 不能和Filter一起使用

你可能感兴趣的:(BroadcastShardOperationFailedException[[vnvoos1.html][4] ]; nested: RemoteTransp)