Uses of Class
org.apache.lucene.facet.LabelAndValue

Packages that use LabelAndValue
org.apache.lucene.facet faceted search 
 

Uses of LabelAndValue in org.apache.lucene.facet
 

Fields in org.apache.lucene.facet declared as LabelAndValue
 LabelAndValue[] FacetResult.labelValues
          Child counts.
 

Constructors in org.apache.lucene.facet with parameters of type LabelAndValue
FacetResult(String dim, String[] path, Number value, LabelAndValue[] labelValues, int childCount)
          Sole constructor.
 



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