Uses of Class
org.springframework.data.elasticsearch.core.sql.SqlResponse.Row
Packages that use SqlResponse.Row
Package
Description
Classes and interfaces to access to SQL API of Elasticsearch.
-
Uses of SqlResponse.Row in org.springframework.data.elasticsearch.core.sql
Methods in org.springframework.data.elasticsearch.core.sql that return SqlResponse.RowMethods in org.springframework.data.elasticsearch.core.sql that return types with arguments of type SqlResponse.RowMethods in org.springframework.data.elasticsearch.core.sql with parameters of type SqlResponse.RowModifier and TypeMethodDescriptionSqlResponse.Builder.withRow(SqlResponse.Row row) Value for the search results.Method parameters in org.springframework.data.elasticsearch.core.sql with type arguments of type SqlResponse.RowModifier and TypeMethodDescriptionSqlResponse.Builder.withRows(List<SqlResponse.Row> rows) Values for the search results.