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

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

The text is from its open source code.

Constructor

FacetOptions(String... fieldnames)
Creates new instance faceting on fields with given name
FacetOptions(Field... fields)
Creates new instance faceting on given fields
FacetOptions(SolrDataQuery... facetQueries)
Creates new instance faceting on given queries
FacetOptions()

Method

intgetFacetMinCount()
get the min number of hits a result has to have to get listed in result.
ListgetFacetOnFields()
Get the list of Fields to facet on
ListgetFacetOnPivots()
Get the list of pivot Fields to face on
StringgetFacetPrefix()
get value used for facet.prefix
ListgetFacetQueries()
Get the list of facetQueries
FacetSortgetFacetSort()
Get sorting of facet results.
CollectiongetFieldsWithParameters()
PageablegetPageable()
Get the facet page requested.
booleanhasFacetPrefix()
booleanhasFacetQueries()
booleanhasFields()
booleanhasPivotFields()
FacetOptionssetFacetPrefix(String facetPrefix)
Set facet.prefix