| There are a couple of things that should be fixed/considered in ElasticsearchHSQueryImpl#convertFieldValue:
- should we throw an exception if the type is not a JSON primitive one
- we expose a specific Gson implementation of Number which doesn't seem right
- maybe we should raise an exception if the type is unknown.
|