Elastic Search - Filtered Index - Sort returns more answers than the filtered index has

Data has been added to an index I
I also added an filtered index/alias A

When i search the index using alias A with a match_all query, it returns
the amount of expected searchresults which are in the filtered index A.

However, if I add a sorto to the query, It results the amount of records of
the orignal index I.

To me it seems a bug or am I wrong.

I'm using ES 0.9.0 Beta 1

--
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.

Yes, that looks like a
bug Alias filter is ignored if a sort field is specified · Issue #2816 · elastic/elasticsearch · GitHub. Thanks for
reporting.

On Monday, March 25, 2013 8:21:01 PM UTC-4, Erwin Rijss wrote:

Data has been added to an index I
I also added an filtered index/alias A

When i search the index using alias A with a match_all query, it returns
the amount of expected searchresults which are in the filtered index A.

However, if I add a sorto to the query, It results the amount of records
of the orignal index I.

To me it seems a bug or am I wrong.

I'm using ES 0.9.0 Beta 1

--
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.

your welcome.

On Tuesday, March 26, 2013 3:58:22 AM UTC+1, Igor Motov wrote:

Yes, that looks like a bug
Alias filter is ignored if a sort field is specified · Issue #2816 · elastic/elasticsearch · GitHub. Thanks for
reporting.

On Monday, March 25, 2013 8:21:01 PM UTC-4, Erwin Rijss wrote:

Data has been added to an index I
I also added an filtered index/alias A

When i search the index using alias A with a match_all query, it returns
the amount of expected searchresults which are in the filtered index A.

However, if I add a sorto to the query, It results the amount of records
of the orignal index I.

To me it seems a bug or am I wrong.

I'm using ES 0.9.0 Beta 1

--
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.