Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.query.PivotField

Packages that use PivotField
org.springframework.data.solr.core.query   
org.springframework.data.solr.core.query.result   
 

Uses of PivotField in org.springframework.data.solr.core.query
 

Classes in org.springframework.data.solr.core.query that implement PivotField
 class SimplePivotField
          The most trivial implementation of PivotField.
 

Methods in org.springframework.data.solr.core.query that return types with arguments of type PivotField
 List<PivotField> FacetOptions.getFacetOnPivots()
          Get the list of pivot Fields to face on
 

Uses of PivotField in org.springframework.data.solr.core.query.result
 

Methods in org.springframework.data.solr.core.query.result that return types with arguments of type PivotField
 Collection<PivotField> FacetPage.getFacetPivotFields()
          Get Pivot Fields contained in Result.
 Collection<PivotField> SolrResultPage.getFacetPivotFields()
           
 

Methods in org.springframework.data.solr.core.query.result with parameters of type PivotField
 void SolrResultPage.addFacetPivotResultPage(List<FacetPivotFieldEntry> result, PivotField field)
           
 List<FacetPivotFieldEntry> FacetPage.getPivot(PivotField field)
          Get Facet Pivot results for fields with given fields.
 List<FacetPivotFieldEntry> SolrResultPage.getPivot(PivotField field)
           
 

Method parameters in org.springframework.data.solr.core.query.result with type arguments of type PivotField
 void SolrResultPage.addAllFacetPivotFieldResult(Map<PivotField,List<FacetPivotFieldEntry>> resultMap)
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.