org.cdlib.xtf.textEngine
Class SpellingSuggestion

Object
  extended by SpellingSuggestion

public class SpellingSuggestion
extends Object

Contains one or more suggestions for a specific term in a query.


Field Summary
 String[] fields
          List of fields in which the original term was queried
 String origTerm
          The original term from the query
 String suggestedTerm
          The suggested alternative term... might be null if original term should be deleted.
 
Constructor Summary
SpellingSuggestion()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origTerm

public String origTerm
The original term from the query


fields

public String[] fields
List of fields in which the original term was queried


suggestedTerm

public String suggestedTerm
The suggested alternative term... might be null if original term should be deleted.

Constructor Detail

SpellingSuggestion

public SpellingSuggestion()