|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.ethz.mxquery.datamodel.adm.StringMatch
public class StringMatch
Represents a StringMatch of the Fulltext Data Model: Roughly speaking, a match of query tokens with document tokens
| Constructor Summary | |
|---|---|
StringMatch(LinguisticToken[] myTokens,
int queryPos)
|
|
StringMatch(java.util.Vector myTokens,
int queryPos)
|
|
| Method Summary | |
|---|---|
int |
getEndParagraph()
Get the end paragraph of the StringMatch |
int |
getEndPos()
Get the end position of the StringMatch |
int |
getEndSentence()
Get the end sentence of the StringMatch |
MXQueryDouble |
getScore()
|
int |
getStartParagraph()
Get the start paragraph of the StringMatch |
int |
getStartPos()
Get the start position of the StringMatch |
int |
getStartSentence()
Get the start sentence of the StringMatch |
void |
setScore(MXQueryDouble score)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringMatch(java.util.Vector myTokens,
int queryPos)
public StringMatch(LinguisticToken[] myTokens,
int queryPos)
| Method Detail |
|---|
public int getStartPos()
public int getEndPos()
public int getStartSentence()
public int getEndSentence()
public int getStartParagraph()
public int getEndParagraph()
public void setScore(MXQueryDouble score)
public MXQueryDouble getScore()
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||