com.transaxtions.search.rankingalgorithm
Class RankingScore

java.lang.Object
  extended by com.transaxtions.search.rankingalgorithm.RankingScore
All Implemented Interfaces:
java.io.Serializable

public class RankingScore
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int docid
           
 short[] freq
           
static int maxTerms
           
 float ppositions1_l
           
 byte relevant
           
 
Constructor Summary
RankingScore()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxTerms

public static final int maxTerms
See Also:
Constant Field Values

freq

public short[] freq

relevant

public byte relevant

docid

public int docid

ppositions1_l

public float ppositions1_l
Constructor Detail

RankingScore

public RankingScore()