Save This Page
Home » nutch-1.0 » org.apache.nutch » clustering » [javadoc | source]
org.apache.nutch.clustering
public interface: HitsCluster [javadoc | source]

All Known Implementing Classes:
    HitsClusterAdapter

An interface representing a group (cluster) of related hits.

If #isJunkCluster() method returns true then this cluster contains documents that are grouped together, but no clear semantic relation has been detected. Such clusters may be hidden in the user interface layer, unless someone wishes to see an explicit group of documents that didn't belong anywhere else.

Method from org.apache.nutch.clustering.HitsCluster Summary:
getDescriptionLabels,   getHits,   getSubclusters,   isJunkCluster
Method from org.apache.nutch.clustering.HitsCluster Detail:
 public String[] getDescriptionLabels()
 public HitDetails[] getHits()
 public HitsCluster[] getSubclusters()
 public boolean isJunkCluster()
    Returns true if this cluster constains documents that did not fit anywhere else (presentation layer may discard such clusters).

    Subclusters of this cluster are also junk clusters, even if they don't have this property set to true