org.tgels.search.rankingalgorithm
Class RankingScore
java.lang.Object
org.tgels.search.rankingalgorithm.RankingScore
- All Implemented Interfaces:
- java.io.Serializable
public class RankingScore
- extends java.lang.Object
- implements java.io.Serializable
A RankingScore object. Holds the scoring for a document. The most
important attributes would be the score_f object and the document id, docid.
Use RankingHits to get at the score, do not access directly as it
can change.
- Author:
- Nagendra Nagarajayya
- See Also:
RankingQuery,
RankingHits,
Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxTerms
public static final int maxTerms
- See Also:
- Constant Field Values
relevant
public byte relevant
docid
public int docid
ppositions1_l
public float ppositions1_l
RankingScore
public RankingScore()
compare
public static int compare(java.lang.String s1,
java.lang.String s2)
compare
public static int compare(RankingScore s1,
RankingScore s2)