Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.19 KB

FEATURES.md

File metadata and controls

52 lines (43 loc) · 1.19 KB

Compound queries:

  • bool query
  • boosting query
  • dis_max query
  • function_score query

Full text queries:

  • intervals query
  • match query
  • match_bool_prefix query
  • match_phrase query
  • match_phrase_prefix query
  • multi_match query
  • combined_fields query
  • query_string query (Suppoerted Parameters : query, fields)
  • simple_query_string query

Term-level queries

  • exists query
  • fuzzy query
  • ids query
  • prefix query
  • range query
  • regexp query
  • term query
  • terms query
  • terms_set query
  • wildcard query

Customize Search results (options):

  • Collapse search results
  • Filter search results
  • Highlighting
  • Long-running searches
  • Near real-time search
  • Paginate search results (Supported methods: Simple paginating, Search after)
  • Retrieve inner hits
  • Retrieve selected fields (Supported methods: Source filtering)
  • Search across clusters
  • Search multiple data streams and indices
  • Search shard routing
  • Search templates
  • Sort search results (Suppoerted Parameters : value, order)
  • kNN search

Search APIs:

  • Point in time