Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionThe count api only supports a query. Use
CountRequest.query()instead.The count api only supports a query. UseCountRequest.query(QueryBuilder)instead.Types are in the process of being removed. Instead of using a type, prefer to filter on a field on the document.Types are in the process of being removed. Instead of using a type, prefer to filter on a field on the document.Types are in the process of being removed.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extendValidatableinstead ofActionRequest.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extendValidatableinstead ofActionRequest.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extendValidatableinstead ofActionRequest.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extendValidatableinstead ofActionRequest.
-
Deprecated ConstructorsConstructorDescriptionThe count api only supports a query. Use
CountRequest(String[], QueryBuilder)instead.Types are in the process of being removed, useTermVectorsRequest(String, String)instead.Types are in the process of being removed, useTermVectorsRequest(java.lang.String,org.opensearch.core.xcontent.XContentBuilder)instead.