{{'The lucene query type uses' | translate}} {{'LUCENE query string syntax' | translate}} {{'to find matching documents or events within Elasticsearch' | translate}}.
status
{{'field contains' | translate}} active
status:active
title
{{'field contains' | translate}} quick
{{'or' | translate}} brown
title:(quick brown)
author
{{'field contains' | translate}} {{'the exact phrase' | translate}} "john smith"
author:"John Smith"
{{'Wildcard searches can be run on individual terms, using' | translate}} ?
{{'to replace a single character, and' | translate}} *
{{'to replace zero or more characters' | translate}}:
qu?ck bro*
{{'Numbers' | translate}} 1..5
count:[1 TO 5]
{{'Numbers' | translate}} {{'from' | translate}} 10 {{'upwards' | translate}}
count:[10 TO *]