org.apache.solr.handler
Class CustomMoreLikeThisHandler.InterestingTerm

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

public static class CustomMoreLikeThisHandler.InterestingTerm
extends java.lang.Object


Field Summary
 float boost
           
static java.util.Comparator<CustomMoreLikeThisHandler.InterestingTerm> BOOST_ORDER
           
 org.apache.lucene.index.Term term
           
 
Constructor Summary
CustomMoreLikeThisHandler.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 org.apache.lucene.index.Term term

boost

public float boost

BOOST_ORDER

public static java.util.Comparator<CustomMoreLikeThisHandler.InterestingTerm> BOOST_ORDER
Constructor Detail

CustomMoreLikeThisHandler.InterestingTerm

public CustomMoreLikeThisHandler.InterestingTerm()


Copyright © 2004-2010. All Rights Reserved.