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

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

Introduction

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

The text is from its open source code.

Method

ListgetContent()
Returns the page content as List .
FacetResultgetFacet(String name)
intgetNumberOfElements()
Returns the number of elements currently on this Slice .
longgetTotalElements()
Returns the total amount of elements.
booleanhasContent()
Returns whether the Slice has content at all.