Java org.springframework.data.elasticsearch.core.query Query fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.elasticsearch.core.query Query fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.elasticsearch.core.query Query.

The text is from its open source code.

Implementation

org.springframework.data.elasticsearch.core.query.Query has the following implementations.
Click this link to see all its implementation.

Method

voidaddIndices(String... indices)
Add Indices to be added as part of search request
voidaddTypes(String... types)
Add types to be searched
ListgetFields()
Get fields to be returned as part of search request
ListgetIndices()
Get Indices to be searched
PageablegetPageable()
Get page settings if defined
SortgetSort()
ListgetTypes()
Get types to be searched