|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.PositionBasedTermVectorMapper.TVPositionInfo
public static class PositionBasedTermVectorMapper.TVPositionInfo
Container for a term at a position
| Constructor Summary | |
|---|---|
PositionBasedTermVectorMapper.TVPositionInfo(int position,
boolean storeOffsets)
|
|
| Method Summary | |
|---|---|
java.util.List |
getOffsets()
Parallel list (to getTerms()) of TermVectorOffsetInfo objects. |
int |
getPosition()
|
java.util.List |
getTerms()
Note, there may be multiple terms at the same position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositionBasedTermVectorMapper.TVPositionInfo(int position,
boolean storeOffsets)
| Method Detail |
|---|
public int getPosition()
public java.util.List getTerms()
public java.util.List getOffsets()
getTerms()) of TermVectorOffsetInfo objects. There may be multiple entries since there may be multiple terms at a position
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||