All Products
Search
Document Center

OpenSearch:com.aliyun.opensearch.cava.framework

Last Updated:Feb 06, 2023

Overview

The com.aliyun.opensearch.cava.framework package encapsulates the classes that OpenSearch provides for you to call OpenSearch API. These classes can be used in sort plug-ins to obtain information from requests and documents and export trace information.

Classes

Class

Description

OpsScorerInitParams

Provides request-related parameters that are required during the initialization of a sort plug-in.

OpsScoreParams

Provides request-related and document-related parameters that are required during the score calculation of a sort plug-in.

OpsDoc

Defines a document and provides a set of functions that are used to obtain information from the document.

OpsRequest

Defines a query request and provides a set of functions that are used to obtain information from the query request.

OpsKvPairs

Defines custom parameters and provides a set of functions that are used to obtain the custom parameters.

OpsGeoPoint

Defines a field of the GEO_POINT type.

OpsTimestamp

Defines a field of the TIMESTAMP type.