retire icon indicating copy to clipboard operation
retire copied to clipboard

Adding support for span_near queries

Open mikebaldry opened this issue 11 years ago • 0 comments

Pretty new to elasticsearch / tire but I've just written span_near support to the dsl..

looks like

query do 
  span_near(slop: 20, in_order: false) do
    term :description, "chicken"
    term :description, "wings"
  end
end

mikebaldry avatar Apr 17 '13 14:04 mikebaldry