public static class FieldFragList.WeightedFragInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldFragList.WeightedFragInfo.SubInfo
Represents the list of term offsets for some text
|
Modifier and Type | Field and Description |
---|---|
private int |
endOffset |
private int |
startOffset |
private java.util.List<FieldFragList.WeightedFragInfo.SubInfo> |
subInfos |
private float |
totalBoost |
Constructor and Description |
---|
WeightedFragInfo(int startOffset,
int endOffset,
java.util.List<FieldFragList.WeightedFragInfo.SubInfo> subInfos,
float totalBoost) |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset() |
int |
getStartOffset() |
java.util.List<FieldFragList.WeightedFragInfo.SubInfo> |
getSubInfos() |
float |
getTotalBoost() |
java.lang.String |
toString() |
private java.util.List<FieldFragList.WeightedFragInfo.SubInfo> subInfos
private float totalBoost
private int startOffset
private int endOffset
public WeightedFragInfo(int startOffset, int endOffset, java.util.List<FieldFragList.WeightedFragInfo.SubInfo> subInfos, float totalBoost)
public java.util.List<FieldFragList.WeightedFragInfo.SubInfo> getSubInfos()
public float getTotalBoost()
public int getStartOffset()
public int getEndOffset()
public java.lang.String toString()
toString
in class java.lang.Object