|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tgels.search.rankingalgorithm.RankingScore
public class RankingScore
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.
RankingQuery,
RankingHits,
Serialized Form| Field Summary | |
|---|---|
int |
docid
|
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 |
|---|
public static final int maxTerms
public byte relevant
public int docid
public float ppositions1_l
| Constructor Detail |
|---|
public RankingScore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||