Re: How can I sort results by _id?

2015-01-15 Thread Adrien Grand
: { index: not_analyzerd } in the _mapping. This time the sort section returns values. But I find the results are still partly unordered. Can I sort results by _id? How? Thank you. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe

Re: How can I sort results by _id?

2015-01-15 Thread Adrien Grand
: { took: 50, ... hits: { ... hits: [ { ... sort: [ null ] }] } } Also, I've tried to add _id: { index: not_analyzerd } in the _mapping. This time the sort section returns values. But I find the results are still partly unordered. Can I sort

Re: How can I sort results by _id?

2015-01-15 Thread Itamar Syn-Hershko
: not_analyzerd } in the _mapping. This time the sort section returns values. But I find the results are still partly unordered. Can I sort results by _id? How? Thank you. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from

How can I sort results by _id?

2015-01-15 Thread Jason Zhang
to add _id: { index: not_analyzerd } in the _mapping. This time the sort section returns values. But I find the results are still partly unordered. Can I sort results by _id? How? Thank you. -- You received this message because you are subscribed to the Google Groups elasticsearch group

Re: How can I sort results by _id?

2015-01-15 Thread Jason Zhang
} in the _mapping. This time the sort section returns values. But I find the results are still partly unordered. Can I sort results by _id? How? Thank you. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group

Re: How can I sort results by _id?

2015-01-15 Thread Jason Zhang
, I've tried to add _id: { index: not_analyzerd } in the _mapping. This time the sort section returns values. But I find the results are still partly unordered. Can I sort results by _id? How? Thank you. -- You received this message because you are subscribed to the Google Groups