Ordering and filters

Hello,

when using an and filters is there a way to order them? The reason I ask is
that my geo_shape filter is the slowest, so it would be great if I could
apply the other filters (mostly range and booleans) first, so that the
geo_shape filter has a smaller set of documents to query against.

--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Just put it last in list of filters you pass to and

On 28 May 2013 15:39, christian@zoomsquare.com wrote:

Hello,

when using an and filters is there a way to order them? The reason I ask
is that my geo_shape filter is the slowest, so it would be great if I could
apply the other filters (mostly range and booleans) first, so that the
geo_shape filter has a smaller set of documents to query against.

--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.