photospace.search
Class Match

java.lang.Object
  extended byphotospace.search.Match
All Implemented Interfaces:
java.io.Serializable

public class Match
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Match(org.apache.lucene.index.Term term, int count)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCount()
           
 java.lang.String getField()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Match

public Match(org.apache.lucene.index.Term term,
             int count)
Method Detail

getField

public java.lang.String getField()

getValue

public java.lang.String getValue()

getCount

public int getCount()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)