Skip to content

Instantly share code, notes, and snippets.

@cedufca
Created October 11, 2011 19:52
Show Gist options
  • Save cedufca/1279199 to your computer and use it in GitHub Desktop.
Save cedufca/1279199 to your computer and use it in GitHub Desktop.
ElasticSearch 11/10/11 - Query
---
:query:
:filtered:
:query:
:bool:
:should:
- :text:
:name:
:query: euax arroio grande
:boost: 10.0
- :text:
name.partial:
:query: euax arroio grande
:boost: 5.0
- :text:
:description:
:query: euax arroio grande
:boost: 5.0
- :text:
description.partial:
:query: euax arroio grande
:boost: 2.5
- :text:
:programs:
:query: euax arroio grande
:boost: 1.0
- :text:
programs.partial:
:query: euax arroio grande
:boost: 0.5
- :constant_score:
:query:
:bool:
:should:
- :text:
:address: euax arroio grande
- :text:
address.partial: euax arroio grande
:boost: 2.0
:filter:
:or:
- :missing:
:field: date_time_end
- :range:
:date_time_end:
:from: 2011-10-11 16:48:52
:size: 20
:from: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment