org.apache.solr.spelling
Class ResultEntry

java.lang.Object
  extended by org.apache.solr.spelling.ResultEntry

public class ResultEntry
extends Object


Field Summary
 int freq
           
 String suggestion
           
 Token token
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

public Token token

suggestion

public String suggestion

freq

public int freq
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.