org.cdlib.xtf.textEngine
Class MoreLikeThisQuery.QueryWord

Object
  extended by MoreLikeThisQuery.QueryWord
Enclosing class:
MoreLikeThisQuery

private static class MoreLikeThisQuery.QueryWord
extends Object


Field Summary
 float score
           
 String word
           
 
Constructor Summary
MoreLikeThisQuery.QueryWord(String word, float score)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

word

public String word

score

public float score
Constructor Detail

MoreLikeThisQuery.QueryWord

public MoreLikeThisQuery.QueryWord(String word,
                                   float score)