public static class HybridReply.Result<K,V> extends Object
FT.HYBRID response.
Each result contains field values returned by the query. The document key is available in the fields map under the
reserved field name __key when returning individual documents. Score information (text score, vector distance,
combined score) is included in the fields map when using YIELD_SCORE_AS in the query.
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(K key,
V value)
Add a single field to this result.
|
Map<K,V> |
getFields() |
Copyright © 2025 lettuce.io. All rights reserved.