aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-03-21 09:17:32 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-03-21 09:17:32 +0100
commit4e99438d7b334986354999503c689963858d9f30 (patch)
tree143e3d6686155d08f9202654ff174014a8f51a57 /container-search/src/main/java/com/yahoo/prelude
parent7f95690a3e658184a84f52ffa1be178768262f03 (diff)
Avoid using Hit.fields()
Diffstat (limited to 'container-search/src/main/java/com/yahoo/prelude')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/fastsearch/FastHit.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/fastsearch/FastHit.java b/container-search/src/main/java/com/yahoo/prelude/fastsearch/FastHit.java
index 47982174d4f..a5fe73dfc5d 100644
--- a/container-search/src/main/java/com/yahoo/prelude/fastsearch/FastHit.java
+++ b/container-search/src/main/java/com/yahoo/prelude/fastsearch/FastHit.java
@@ -53,7 +53,7 @@ public class FastHit extends Hit {
* This ensures that values set from code overwrites any value received as
* summary data, and fetching a new summary overrides previous summaries.
*
- * The reason we keep this rather than eagerly decoding into a the field map
+ * The reason we keep this rather than eagerly decoding into a field map
* is to reduce garbage collection and decoding cost, with the assumption
* that most fields passes through the container with no processing most
* of the time.