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

Example usage for Java org.springframework.data.elasticsearch.core.query SearchQuery 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 SearchQuery.

The text is from its open source code.

Method

ListgetFacets()
QueryBuildergetFilter()
HighlightBuilder.Field[]getHighlightFields()
ListgetIndices()
Get Indices to be searched
PageablegetPageable()
Get page settings if defined
QueryBuildergetQuery()
ListgetTypes()
Get types to be searched
TsetPageable(Pageable pageable)
restrict result to entries on given page.