org.apache.nutch.searcher
Class Query.Term

java.lang.Object
  extended byorg.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()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2006 The Apache Software Foundation