Skip to content

Instantly share code, notes, and snippets.

@timruffles
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timruffles/8765096 to your computer and use it in GitHub Desktop.
Save timruffles/8765096 to your computer and use it in GitHub Desktop.
elastic search - fosdem 2014

es repo

filter - boolean, cachable query - contributes to scores

therefore - filter when you can, query when you must

JSON query DSL

query - ability to create custom scoring formula, in a range of languages

facets - aggregate results in bits - e.g results by tags. in 1.0 they're 'aggregates'

aggregations in 1.0 can do nested aggs - e.g all comments within questions on python grouped by tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment