com.aliyun.opensearch.cava.framework

更新时间:
复制 MD 格式

Introduction

The com.aliyun.opensearch.cava.framework package encapsulates interface classes provided by OpenSearch. In a sorting plugin, you can use these classes to retrieve information from requests and documents, and to output trace information.

Class list

Class name

Class description

OpsScorerInitParams

A parameter for the init interface of a sorting plugin. It lets you get request-level parameters.

OpsScoreParams

A parameter for the score interface of a sorting plugin. It lets you get request-level and document-level parameters.

OpsDoc

Represents a user document and provides methods to get document content.

OpsRequest

Represents a search query and provides methods to get content from the request.

OpsKvPairs

Encapsulates user-defined parameters and provides methods to get them.

OpsGeoPoint

Represents a field of the GEO_POINT type.

OpsTimestamp

Represents a field of the TIMESTAMP type.