org.apache.solr.handler
Class MoreLikeThisHandler.InterestingTerm

java.lang.Object
  extended by org.apache.solr.handler.MoreLikeThisHandler.InterestingTerm
Enclosing class:
MoreLikeThisHandler

public static class MoreLikeThisHandler.InterestingTerm
extends Object


Field Summary
 float boost
           
static Comparator<MoreLikeThisHandler.InterestingTerm> BOOST_ORDER
           
 Term term
           
 
Constructor Summary
MoreLikeThisHandler.InterestingTerm()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term

public Term term

boost

public float boost

BOOST_ORDER

public static Comparator<MoreLikeThisHandler.InterestingTerm> BOOST_ORDER
Constructor Detail

MoreLikeThisHandler.InterestingTerm

public MoreLikeThisHandler.InterestingTerm()


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