Spring Data Solr

Package org.springframework.data.solr.core.query.result

Interface Summary
CountEntry  
FacetEntry FacetEntry is returned as result of a FacetQuery holding the key (eg. fieldname, query,...), value and valueCount for the requested facet
FacetFieldEntry Entry for facet on field
FacetPage<T> FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.query
FacetPivotFieldEntry Entry for facet pivot field.
FacetQueryEntry Facet Entry for facet via query
HighlightPage<T>  
PageKey  
TermsEntry  
TermsFieldEntry  
TermsPage  
 

Class Summary
FieldValueCountEntry  
HighlightEntry<T> Highlight result entry holding reference to domain object ({@link #getEntity()) as well as the highlights
HighlightEntry.Highlight Highlight holds reference to the field highlighting was applied to, as well as the snipplets
SimpleFacetFieldEntry The most trivial implementation of FacetFieldEntry
SimpleFacetPivotEntry The most trivial implementation of FacetPivotFieldEntry.
SimpleFacetQueryEntry Trivial implementation of FacetQueryEntry
SimpleTermsFieldEntry  
SolrResultPage<T> Base implementation of page holding solr response entities.
StringPageKey String implementation of PageKey
TermsResultPage  
ValueCountEntry Implementation of CountEntry
 


Spring Data Solr

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