Matching elasticsearch data indexed by Titan
问题 I have indexed titan data in elasticsearch, it worked fine and indexed but when i see the data in elasticsearch using REST API. the column/property name looks different than from Titan. For example i have indexed age while inserting data to Titan final PropertyKey age = mgmt.makePropertyKey("age").dataType(Integer.class).make(); mgmt.buildIndex("vertices",Vertex.class).addKey(age).buildMixedIndex(INDEX_NAME); and if i see same in elasticsearch { "_index" : "titan", "_type" : "vertices", "_id"