Nikolai Kondrashov
Nikolai Kondrashov
I think the solution to this on aushape side should be to fail generating the normalized data, and mark the partially-converted JSON object with an error. I would, of course,...
Depends on #21.
We need to also try indexing them as [Multi Field Types](https://www.elastic.co/guide/en/elasticsearch/reference/0.90/mapping-multi-field-type.html). Say, have "keyword" and "long" subfields for each. We need to balance the raw JSON size and increasing default...
Another good idea can be to have one field subfield per value type. So, if the raw value is string then JSON would have "s" subfield, and XML would have...
Make sure all the descriptions of functions, that can return permanent error return codes, mention them.
So far it seems that it is best to return AUSHAPE_RC_INVALID_ARGS for outside-facing functions only, and do assertions in the rest.