Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntervalsCondition

根据匹配术语的顺序和接近度返回文档。

example

import * as es from 'es' 
let client=es.newClient('axis_esClient')
let intervals: es.IntervalsCondition = {
  "name": {
      "match": {
          "query": "kichmy"
      }
  }
}
let querydsl:es.Query={
    "intervals":intervals
}
let cnt = client.updateByQuery("indexName", querydsl, "newScript")

Hierarchy

  • IntervalsCondition

Indexable

[key: string]: Query

查询语句以及字段