public class TermVectorEntry extends Object
Constructor | Description |
---|---|
TermVectorEntry() |
|
TermVectorEntry(String field,
String term,
int frequency,
TermVectorOffsetInfo[] offsets,
int[] positions) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getField() |
|
int |
getFrequency() |
|
TermVectorOffsetInfo[] |
getOffsets() |
|
int[] |
getPositions() |
|
String |
getTerm() |
|
int |
hashCode() |
|
String |
toString() |
public TermVectorEntry()
public TermVectorEntry(String field, String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
public String getField()
public int getFrequency()
public TermVectorOffsetInfo[] getOffsets()
public int[] getPositions()
public String getTerm()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.