org.cdlib.xtf.textEngine.facet
Class ResultFacet

Object
  extended by ResultFacet

public class ResultFacet
extends Object

Records facet results from a single query.

Author:
Martin Haye

Field Summary
 String field
          Name of the faceted meta-data field
 ResultGroup rootGroup
          Root returned group
 
Constructor Summary
ResultFacet()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public String field
Name of the faceted meta-data field


rootGroup

public ResultGroup rootGroup
Root returned group

Constructor Detail

ResultFacet

public ResultFacet()