Hi Aljoscha,
We are trying to add sortable feature for elasticsearch. To do this, we need to
add mapping to index.
We try to sort some fields in elasticsearch. To make it our json format should
like this;
"tweet": {
"type": "string",
"analyzer": "english",
"fields": {
"raw": {
"type": "stri
Hi,
I am sending the error message below;
java.lang.IllegalArgumentException: No support for request
[org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest@3ed05d8b]
at org.elasticsearch.action.bulk.BulkRequest.add(BulkRequest.java:107)
~[elasticsearch-2.3.5.jar:2.3.5]
at
org.