IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Breaking changes from 2.x
editBreaking changes from 2.x
edit-
Indices/Analyze Endpoint:
filters
andchar_filters
URI parameters have been renamed tofilter
andchar_filter
respectively -
SearchExists endpoint has been removed (use
size=0
andterminate_after=1
instead) - Warmers have been removed because they are no longer useful
-
Indices/Optimize Endpoint has been removed (use
_forcemerge
instead) - MoreLikeThis (MLT) endpoint has been removed
- DeleteByQuery endpoint has been removed.
- Tasks/List and Tasks/Get are now separate endpoints (see: e0cc5f9)
- Client requires PHP 5.6.6 or higher