Ryan Ernst b96bd201c1 Mappings: Lock down _id field
There are two implications to this change.
First, percolator now uses _uid internally, extracting the id portion
when needed. Second, sorting on _id is no longer possible, since you
can no longer index _id. However, _uid can still be used to sort, and
is better anyways as indexing _id just to make it available to
fielddata for sorting is wasteful.

see #8143
closes #9842
2015-02-24 14:26:22 -08:00
..
2015-02-12 13:09:16 +01:00
2015-02-24 14:26:22 -08:00
2015-02-23 20:09:05 +01:00
2014-09-11 09:52:09 +02:00
2015-02-11 19:25:10 +01:00
2014-08-21 10:34:39 +02:00
2014-12-30 17:40:51 +01:00