org.cdlib.xtf.textEngine
Class BoostSetParams

Object
  extended by BoostSetParams

public class BoostSetParams
extends Object

Various parameters for applying a boost set to query results.


Field Summary
 float defaultBoost
          Default value if document not in boost set.
 float exponent
          Exponent applied to all boost set values.
 String field
          Field name for boost set document keys.
 String path
          Path of file containing document keys -> boost factors.
 
Constructor Summary
BoostSetParams()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public String path
Path of file containing document keys -> boost factors.


field

public String field
Field name for boost set document keys.


exponent

public float exponent
Exponent applied to all boost set values.


defaultBoost

public float defaultBoost
Default value if document not in boost set.

Constructor Detail

BoostSetParams

public BoostSetParams()