Elasticlunr.Dsl.BoolQuery (Elasticlunr v0.6.6) View Source

Link to this section Summary

Link to this section Types

Specs

clause() :: struct() | [struct()]

Specs

t() :: %Elasticlunr.Dsl.BoolQuery{
  filter: clause(),
  minimum_should_match: integer(),
  must: nil | struct(),
  must_not: nil | struct(),
  rewritten: boolean(),
  should: clause()
}

Link to this section Functions