elasticsearch-rest-plus 1.x Changelog
===================================
Changes in version 1.2.0
---------------------------------------------
* Support more than five versions of elasticsearch server
* Upgrade elasticsearch version  to 7.13.4
* Upgrade fastjson version  to 2.0.52
---------------------------------------------
Changes in version 1.1.3
---------------------------------------------
* Support more than five versions of elasticsearch server
* Support Numerical Field Types
---------------------------------------------
Changes in version 1.1.2
---------------------------------------------
* Support more than five versions of elasticsearch server
* Upgrade elasticsearch 7.7.1 version
* CriteriaWrapper To add the trackTotalHits attribute to the SearchQuery class you can use the track_total_hits parameter to control whether to calculate and return the total number of hits. Set track_total_hits to true

Changes in version 1.1.1
---------------------------------------------
* Support more than five versions of elasticsearch server
* Upgrade fastjson 2.0.51 version
* Upgrade log4j 2.23.1 version
* DateHistogramEntity add use fixedInterval(DateHistogramInterval)

Changes in version 1.1.0
---------------------------------------------
* Upgrade elasticsearch rest high level client to 7.6.2
* Support more than five versions of elasticsearch server
* Upgrade fastjson 1.2.76 version
* Upgrade log4j 2.14.1 version
*The document annotation adds the ignoretypename attribute. By default, versions above elasticsearch 7 are supported, and the default is true. Versions below elasticsearch 7 are supported, and the ignoretypename is set to false
*Elasticsearchtemplate find parameter querycriteria is an obsolete method
*Elasticsearchtemplate adds the find parameter and the criteriawrapper method

Changes in version 1.0.2
---------------------------------------------
* Add document annotation, add dynamic field property dynamically
  New field dynamically adds true: unrestricted false: data can be written, but the field does not retain'strict':       *throwexception cannot be written
* Add elasticsearch SSL HTTPS connection properties and classes
* Upgrade fastjson version
---------------------------------------------
Changes in version 1.0.1
---------------------------------------------
* Bug Fix aggregate query and add aggregate query method
* Add getallnodestatus to get all node information







