Java org.springframework.data.solr.core.query.result FacetPage fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.solr.core.query.result FacetPage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.solr.core.query.result FacetPage.

The text is from its open source code.

Method

Collection>getAllFacets()
ListgetContent()
Returns the page content as List .
CollectiongetFacetFields()
Get Fields contained in Result.
PagegetFacetResultPage(String fieldname)
Get Facet results for field with given name
Collection>getFacetResultPages()
longgetTotalElements()
Returns the total amount of elements.
intgetTotalPages()
Returns the number of total pages.