Class APKeys.Search.OpenSearch
java.lang.Object
com.atlassian.jira.config.properties.APKeys.Search.OpenSearch
- Enclosing class:
APKeys.Search
OpenSearch config properties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe OpenSearch password when using basic authentication with the Apache transport.static final StringThe OpenSearch username when using basic authentication with the Apache transport.static final StringTo use Amazon OpenSearch Service with request signing, set this property with the AWS region of the OpenSearch domain (for example, us-east-1).static final StringOpenSearch HTTP request compressionstatic final StringOpenSearch HTTP client connection timeout in millisecondsstatic final StringOpenSearch request setting to enable DFS query then fetchstatic final StringIf enabled forces refresh on write and disables read your writesstatic final StringThe URL(s) of the OpenSearch cluster Jira will connect to.static final StringThe name of the OpenSearch index Jira will use for issues.static final StringOpenSearch HTTP client max HTTP connectionsstatic final StringOpenSearch HTTP client max HTTP connections per routestatic final StringOpenSearch buffer size for OpenSearch responses when using Apache transport.static final StringThe maximum number of documents to request in a single OpenSearch MGET request.static final StringThe duration (in seconds) for which a Point In Time (PIT) remains active in OpenSearch.static final StringOpenSearch point-in-time keep alive in secondsstatic final StringOpenSearch HTTP client request connection timeout in millisecondsstatic final StringOpenSearch HTTP client socket timeout in millisecondsstatic final StringThe request page size for OpenSearch used in sorting aggregations.static final StringThe batch size for streaming search results in OpenSearch. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ISSUES_INDEX_NAME
The name of the OpenSearch index Jira will use for issues.- See Also:
-
HTTP_URL
The URL(s) of the OpenSearch cluster Jira will connect to.Depending on the transport:
- Apache: A comma separated list of node URLs in the OpenSearch cluster. Can be a single URL.
- AWS: A single Amazon OpenSearch domain host.
- See Also:
-
AWS_REGION
To use Amazon OpenSearch Service with request signing, set this property with the AWS region of the OpenSearch domain (for example, us-east-1).- See Also:
-
APACHE_USERNAME
The OpenSearch username when using basic authentication with the Apache transport.- See Also:
-
APACHE_PASSWORD
The OpenSearch password when using basic authentication with the Apache transport.- See Also:
-
POINT_IN_TIME_KEEP_ALIVE_IN_SECONDS
The duration (in seconds) for which a Point In Time (PIT) remains active in OpenSearch.- See Also:
-
STREAM_BATCH_SIZE
The batch size for streaming search results in OpenSearch.- See Also:
-
SORTING_AGGREGATE_REQUEST_PAGE_SIZE
The request page size for OpenSearch used in sorting aggregations.- See Also:
-
MGET_BATCH_SIZE
The maximum number of documents to request in a single OpenSearch MGET request.- See Also:
-
COMPRESSION_ENABLED
OpenSearch HTTP request compression- See Also:
-
CONNECT_TIMEOUT
OpenSearch HTTP client connection timeout in milliseconds- See Also:
-
REQUEST_CONNECT_TIMEOUT
OpenSearch HTTP client request connection timeout in milliseconds- See Also:
-
SOCKET_TIMEOUT
OpenSearch HTTP client socket timeout in milliseconds- See Also:
-
MAX_HTTP_CONNECTIONS
OpenSearch HTTP client max HTTP connections- See Also:
-
MAX_HTTP_CONNECTIONS_PER_ROUTE
OpenSearch HTTP client max HTTP connections per route- See Also:
-
DFS_QUERY_THEN_FETCH
OpenSearch request setting to enable DFS query then fetch- See Also:
-
POINT_IN_TIME_KEEPALIVE
OpenSearch point-in-time keep alive in seconds- See Also:
-
FORCE_REFRESH_ON_WRITE
If enabled forces refresh on write and disables read your writes- See Also:
-
MAX_RESULT_BUFFER
OpenSearch buffer size for OpenSearch responses when using Apache transport.- See Also:
-
-
Constructor Details
-
OpenSearch
public OpenSearch()
-