Hello,

I'm having trouble coming up with how to supply a field within a nested
object in the multi_match fields list.  I'm using the multi_match query in
order to perform query time field boosting, but something like:


  "query": {
    "multi_match": {
      "query": "China Mieville",
      "operator": "and",
      "fields": [
        "_all", "title^2", "author.name^1.5"
      ]
    }
  }

doesn't seem to work.  the title is boosted fine but in fact if i take out
the "_all" field then i can see that author.name is never being used.  is
there a way to supply nested fields within a multi_match query?

-Mike

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CALdNed%2B4VHQZE%2B%3DCqihZtH223DXR5MR9u49%2BessQ6ybpYbB%3DNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to