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

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

The text is from its open source code.

Constructor

Method

voidaddFields(String... fields)
Add fields to be added as part of search request
voidaddIndices(String... indices)
Add Indices to be added as part of search request
voidaddTypes(String... types)
Add types to be searched
voidsetFacets(List facets)
TsetPageable(Pageable pageable)
restrict result to entries on given page.