org.apache.nutch.searcher
Class Query.Term

java.lang.Object
  extended by org.apache.nutch.searcher.Query.Term
Enclosing class:
Query

public static class Query.Term
extends Object

A single-term query clause.


Constructor Summary
Query.Term(String text)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
static Query.Term read(DataInput in)
           
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query.Term

public Query.Term(String text)
Method Detail

write

public void write(DataOutput out)
           throws IOException
Throws:
IOException

read

public static Query.Term read(DataInput in)
                       throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006 The Apache Software Foundation