org.apache.solr.handler.component
Class FacetComponent.FacetBase

java.lang.Object
  extended by org.apache.solr.handler.component.FacetComponent.FacetBase
Direct Known Subclasses:
FacetComponent.FieldFacet, FacetComponent.QueryFacet
Enclosing class:
FacetComponent

public static class FacetComponent.FacetBase
extends Object

This API is experimental and subject to change


Constructor Summary
FacetComponent.FacetBase(ResponseBuilder rb, String facetType, String facetStr)
           
 
Method Summary
 String getKey()
          returns the key in the response that this facet will be under
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetComponent.FacetBase

public FacetComponent.FacetBase(ResponseBuilder rb,
                                String facetType,
                                String facetStr)
Method Detail

getKey

public String getKey()
returns the key in the response that this facet will be under


getType

public String getType()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.