All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.StandardClassifier

java.lang.Object
   |
   +----websphinx.StandardClassifier

public class StandardClassifier
extends Object
implements Classifier
Standard classifier, installed in every crawler by default.

On the entire page, this classifier sets the following labels:

Also sets one or more of the following labels on every link:


Variable Index

 o priority
Priority of this classifier.

Constructor Index

 o StandardClassifier()
Make a StandardClassifier.

Method Index

 o classify(Page)
Classify a page.
 o getPriority()
Get priority of this classifier.

Variables

 o priority
 public static final float priority
Priority of this classifier.

Constructors

 o StandardClassifier
 public StandardClassifier()
Make a StandardClassifier.

Methods

 o classify
 public void classify(Page page)
Classify a page.

Parameters:
page - Page to classify
 o getPriority
 public float getPriority()
Get priority of this classifier.

Returns:
priority.

All Packages  Class Hierarchy  This Package  Previous  Next  Index