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
|
| 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() |
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.ObjectCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.