public static class FieldFragList.WeightedFragInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldFragList.WeightedFragInfo.SubInfo
Represents the list of term offsets for some text
|
Constructor and Description |
---|
WeightedFragInfo(int startOffset,
int endOffset,
List<FieldFragList.WeightedFragInfo.SubInfo> subInfos,
float totalBoost) |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset() |
int |
getStartOffset() |
List<FieldFragList.WeightedFragInfo.SubInfo> |
getSubInfos() |
float |
getTotalBoost() |
String |
toString() |
public WeightedFragInfo(int startOffset, int endOffset, List<FieldFragList.WeightedFragInfo.SubInfo> subInfos, float totalBoost)
public List<FieldFragList.WeightedFragInfo.SubInfo> getSubInfos()
public float getTotalBoost()
public int getStartOffset()
public int getEndOffset()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.