| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model.search.highlight |
| Modifier and Type | Method and Description |
|---|---|
HighlightField |
HighlightResultItem.getHighlightFieldByName(String fieldName)
通过字段名获取该字段高亮结果。若无高亮结果,则返回值为
null |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HighlightField> |
HighlightResultItem.getHighlightFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightResultItem.addHighlightField(String fieldName,
HighlightField highlightField) |
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightResultItem.setHighlightFields(Map<String,HighlightField> highlightFields) |
Copyright © 2024. All Rights Reserved.