|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermVectorOffsetInfo | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.store.instantiated | InstantiatedIndex, alternative RAM store for small corpora. |
Uses of TermVectorOffsetInfo in org.apache.lucene.index |
---|
Fields in org.apache.lucene.index declared as TermVectorOffsetInfo | |
---|---|
static TermVectorOffsetInfo[] |
TermVectorOffsetInfo.EMPTY_OFFSET_INFO
Convenience declaration when creating a TermPositionVector that stores only position information. |
Methods in org.apache.lucene.index that return TermVectorOffsetInfo | |
---|---|
TermVectorOffsetInfo[] |
TermVectorEntry.getOffsets()
|
TermVectorOffsetInfo[] |
TermPositionVector.getOffsets(int index)
Returns an array of TermVectorOffsetInfo in which the term is found. |
Methods in org.apache.lucene.index that return types with arguments of type TermVectorOffsetInfo | |
---|---|
List<TermVectorOffsetInfo> |
PositionBasedTermVectorMapper.TVPositionInfo.getOffsets()
Parallel list (to PositionBasedTermVectorMapper.TVPositionInfo.getTerms() ) of TermVectorOffsetInfo objects. |
Methods in org.apache.lucene.index with parameters of type TermVectorOffsetInfo | |
---|---|
abstract void |
TermVectorMapper.map(String term,
int frequency,
TermVectorOffsetInfo[] offsets,
int[] positions)
Map the Term Vector information into your own structure |
void |
PositionBasedTermVectorMapper.map(String term,
int frequency,
TermVectorOffsetInfo[] offsets,
int[] positions)
Callback for the TermVectorReader. |
void |
FieldSortedTermVectorMapper.map(String term,
int frequency,
TermVectorOffsetInfo[] offsets,
int[] positions)
|
void |
SortedTermVectorMapper.map(String term,
int frequency,
TermVectorOffsetInfo[] offsets,
int[] positions)
|
Constructors in org.apache.lucene.index with parameters of type TermVectorOffsetInfo | |
---|---|
TermVectorEntry(String field,
String term,
int frequency,
TermVectorOffsetInfo[] offsets,
int[] positions)
|
Uses of TermVectorOffsetInfo in org.apache.lucene.store.instantiated |
---|
Methods in org.apache.lucene.store.instantiated that return TermVectorOffsetInfo | |
---|---|
TermVectorOffsetInfo[] |
InstantiatedTermPositionVector.getOffsets(int index)
|
TermVectorOffsetInfo[] |
InstantiatedTermDocumentInformation.getTermOffsets()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |