|
|
|
|
|
by mr_toad
606 days ago
|
|
> For example, consider the documents {"value": 42} and {"value": "foo"}. To index this, index {"value::int": 42} and {"value::str": "foo"} instead. Now you have two distinct fields that don't conflict with each other. But now all my queries that look for “value” don’t work. And I’ve got two columns in my report where I only want one. |
|
If your data mixes data types, I would argue that your report (whatever that is) _should_ get two columns.