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

java.lang.Object
  extended by org.apache.solr.handler.component.FacetComponent.ShardFacetCount
Enclosing class:
FacetComponent

public static class FacetComponent.ShardFacetCount
extends Object

This API is experimental and subject to change


Field Summary
 long count
           
 String indexed
           
 String name
           
 int termNum
           
 
Constructor Summary
FacetComponent.ShardFacetCount()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

indexed

public String indexed

count

public long count

termNum

public int termNum
Constructor Detail

FacetComponent.ShardFacetCount

public FacetComponent.ShardFacetCount()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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