Spring Data Solr

org.springframework.data.solr.core.query.result
Interface FacetQueryEntry

All Superinterfaces:
CountEntry, FacetEntry
All Known Implementing Classes:
SimpleFacetQueryEntry

public interface FacetQueryEntry
extends FacetEntry

Facet Entry for facet via query

Author:
Christoph Strobl

Method Summary
 String getKey()
          The key of the facetEntry
 FilterQuery getQuery()
          get the associated Query
 
Methods inherited from interface org.springframework.data.solr.core.query.result.CountEntry
getValue, getValueCount
 

Method Detail

getKey

String getKey()
Description copied from interface: FacetEntry
The key of the facetEntry

Specified by:
getKey in interface FacetEntry
Returns:

getQuery

FilterQuery getQuery()
get the associated Query

Returns:

Spring Data Solr

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