queries

What is search query
{ "query": { "match_all": {} } }

params

  • match_all
  • size (default to 10) how many search hits
  • from - where to start, useful for paging (default 0)
  • sort
  • balance -> order
  • _source - can be specified to only return specific fields (SQL select from)
  • match (SQL where)
  • match_phrase (SQL where exact)
  • bool
  • must/must_not -> array contains params and relationship
  • should -> ... or relationship
  • _score - result relevancy
  • filter
  • range - balance -> gte, lte, etc, use with filter

aggrgation

  • aggs (SQL group by)
  • group_by_.. -> terms -> field === SELECT state, count(*) from bank GROUP BY state ORDER BY count(*) DESC
  • average_balance -> avg -> field

can be embeeddededdeed

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 我又开始写诗了当我 好不容易从那些浪费生命的 无聊的所谓正经工作里喘口气时 我又开始写诗了我是个诗人难道不是吗 我...
    老晁阅读 308评论 0 0
  • 假如我把时间捡起 你是否会和我相遇 我就在你孤独无助的伤怀里 假如你洒了花的种子 是否会在我途经的身旁盛放 我在路...
    田萍阅读 130评论 0 5
  • 文章概况 站会(Standup Meetings)概念 优点与好处 注意事项 本期实际运用 站会(Standup ...
    SapphoJC阅读 1,605评论 0 1