Uses of Class
org.elasticsearch.ElasticsearchGenerationException
-
Packages that use ElasticsearchGenerationException Package Description org.elasticsearch.action.index -
-
Uses of ElasticsearchGenerationException in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index that throw ElasticsearchGenerationException Modifier and Type Method Description IndexRequestIndexRequest. source(Map<String,?> source)Index the Map inRequests.INDEX_CONTENT_TYPEformatIndexRequestIndexRequest. source(Map<String,?> source, XContentType contentType)Index the Map as the provided content type.
-