summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/common/xcontent/XContentHelper.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-07-26Remove XContentHelper#toString(ToXContent) in favour of Strings#toString(ToXC...Luca Cavanna
2017-04-05[TEST] make sure that fromXContent doesn't rely on keys ordering (#23901)Luca Cavanna
2017-02-20Adding fromXContent to Suggest and Suggestion class (#23226)Christoph Büscher
2017-02-10Fix some Javadoc typos (#23111)Sebastian
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-24Include human readable responses in response parsing tests (#22717)Christoph Büscher
2017-01-19Add parsing from xContent to SearchProfileShardResults and nested classes (#2...Christoph Büscher
2017-01-06introduce ToXContentObject interfacejavanna
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-19Add fromXContent method to GetResponse (#22082)Luca Cavanna
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2015-12-18Remove wildcard importsRyan Ernst
2015-12-11Make XContentGenerator.writeRaw* safer.Adrien Grand
2015-11-16Add FilterPath implementation that uses Jackson 2.6 streaming filtering featureTanguy Leroux
2015-09-14Remove and forbid use of guava Function, Charsets, Collections2Simon Willnauer
2015-09-09Remove and forbid use of com.google.common.collect.MapsJason Tedor
2015-09-05Remove and forbid use of com.google.common.base.ObjectsJason Tedor
2015-06-24Remove XContentParser.map[Ordered]AndClose().Adrien Grand
2015-06-05create core moduleSimon Willnauer