Uses of Class
org.springframework.data.elasticsearch.core.query.SqlQuery.Builder
Packages that use SqlQuery.Builder
-
Uses of SqlQuery.Builder in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return SqlQuery.BuilderModifier and TypeMethodDescriptionstatic SqlQuery.Builder
Query that filter documents for the SQL search.SqlQuery.Builder.setKeepAlive
(Duration keepAlive) Retention period for an async or saved synchronous search.SqlQuery.Builder.withAllowPartialSearchResults
(Boolean allowPartialSearchResults) If true, returns partial results if there are shard request timeouts or shard failures.SqlQuery.Builder.withCatalog
(String catalog) Default catalog/cluster for queries.SqlQuery.Builder.withColumnar
(Boolean columnar) If true, returns results in a columnar format.SqlQuery.Builder.withCursor
(String cursor) To retrieve a set of paginated results, ignore other request body parameters when specifying a cursor and using thecolumnar
andtimeZone
parameters.SqlQuery.Builder.withFetchSize
(Integer fetchSize) Maximum number of rows to return in the response.SqlQuery.Builder.withFieldMultiValueLeniency
(Boolean fieldMultiValueLeniency) If false, the API returns an error for fields containing array values.SqlQuery.Builder.withIndexIncludeFrozen
(Boolean indexIncludeFrozen) If true, the search can run on frozen indices.SqlQuery.Builder.withKeepOnCompletion
(Boolean keepOnCompletion) If it is true, it will store synchronous searches when thewaitForCompletionTimeout
parameter is specified.SqlQuery.Builder.withPageTimeout
(Duration pageTimeout) Minimum retention period for the scroll cursor.Value for parameters in the query.SqlQuery.Builder.withParams
(List<Object> params) Values for parameters in the query.SqlQuery.Builder.withRequestTimeout
(Duration requestTimeout) Timeout before the request fails.SqlQuery.Builder.withTimeZone
(TimeZone timeZone) Time zone ID for the search.SqlQuery.Builder.withWaitForCompletionTimeout
(Duration waitForCompletionTimeout) Period to wait for complete results.