Hi, 

Let's say I have this kind of percolate query :

GET my-index/my-type/_percolate
{
  "doc": {
   ...
  },
  "query": {
    "match": {
     ...
    }
  },
  "track_scores": true,
  "sort": "_score"
}

I have a query option which limit the number of queries to percolate my doc 
against. 
In fact I'm only interested in the best result (_score) of the matching 
percolate queries.
Is there anyway to limit the number of the filtered percolate queries to 
the best match ?

Thanks in advance for your help

Regards,

Arnaud 

-- 
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/54fe3ae9-be45-4afd-a98a-80657aa17dd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to