Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
static TermVectorOffsetInfo[] |
TermVectorOffsetInfo.EMPTY_OFFSET_INFO |
protected TermVectorOffsetInfo[][] |
SegmentTermPositionVector.offsets |
Modifier and Type | Method and Description |
---|---|
TermVectorOffsetInfo[] |
SegmentTermPositionVector.getOffsets(int index)
Returns an array of TermVectorOffsetInfo in which the term is found.
|
TermVectorOffsetInfo[] |
TermPositionVector.getOffsets(int index)
Returns an array of TermVectorOffsetInfo in which the term is found.
|
Constructor and Description |
---|
SegmentTermPositionVector(String field,
String[] terms,
int[] termFreqs,
int[][] positions,
TermVectorOffsetInfo[][] offsets) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.