org.apache.nutch.microformats.reltag
Class RelTagQueryFilter

java.lang.Object
  extended by org.apache.nutch.searcher.RawFieldQueryFilter
      extended by org.apache.nutch.microformats.reltag.RelTagQueryFilter
All Implemented Interfaces:
Configurable, Pluggable, QueryFilter

public class RelTagQueryFilter
extends RawFieldQueryFilter

Handles "tag:" query clauses.

Author:
Jérôme Charron
See Also:
http://www.microformats.org/wiki/rel-tag

Field Summary
 
Fields inherited from interface org.apache.nutch.searcher.QueryFilter
X_POINT_ID
 
Constructor Summary
RelTagQueryFilter()
           
 
Method Summary
 Configuration getConf()
           
 void setConf(Configuration conf)
           
 
Methods inherited from class org.apache.nutch.searcher.RawFieldQueryFilter
filter, setBoost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelTagQueryFilter

public RelTagQueryFilter()
Method Detail

setConf

public void setConf(Configuration conf)

getConf

public Configuration getConf()


Copyright © 2006 The Apache Software Foundation