Uses of Class
org.springframework.data.elasticsearch.core.sql.SqlResponse.Builder
Packages that use SqlResponse.Builder
Package
Description
Classes and interfaces to access to SQL API of Elasticsearch.
-
Uses of SqlResponse.Builder in org.springframework.data.elasticsearch.core.sql
Methods in org.springframework.data.elasticsearch.core.sql that return SqlResponse.BuilderModifier and TypeMethodDescriptionstatic SqlResponse.BuilderSqlResponse.builder()SqlResponse.Builder.withColumn(SqlResponse.Column column) Column heading for the search results.SqlResponse.Builder.withColumns(List<SqlResponse.Column> columns) Column headings for the search results.SqlResponse.Builder.withCursor(String cursor) Cursor for the next set of paginated results.SqlResponse.Builder.withPartial(boolean partial) Iftrue, the response does not contain complete search results.SqlResponse.Builder.withRow(SqlResponse.Row row) Value for the search results.SqlResponse.Builder.withRows(List<SqlResponse.Row> rows) Values for the search results.SqlResponse.Builder.withRunning(boolean running) Iftrue, the search is still running.