public interface HasIndex
Modifier and Type | Method and Description |
---|---|
java.lang.String |
docID() |
int |
index() |
int |
sentIndex() |
void |
setDocID(java.lang.String docID) |
void |
setIndex(int index) |
void |
setSentIndex(int sentIndex) |