From bdfdb0c4d443d85ef1640abe7e19dd0937441550 Mon Sep 17 00:00:00 2001 From: Austin Lee Date: Thu, 8 Feb 2024 14:28:36 -0800 Subject: [PATCH] Make comments HTML Javadoc friendly. Signed-off-by: Austin Lee --- .../java/org/opensearch/search/simple/SimpleSearchIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/search/simple/SimpleSearchIT.java b/server/src/internalClusterTest/java/org/opensearch/search/simple/SimpleSearchIT.java index 1f8cb8af9550e..4eee58bb1a681 100644 --- a/server/src/internalClusterTest/java/org/opensearch/search/simple/SimpleSearchIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/search/simple/SimpleSearchIT.java @@ -341,9 +341,9 @@ public void testSimpleTerminateAfterCountRandomSize() throws Exception { * If track_total_hits != true, but set to a value AND terminate_after is set: * Again, due to the optimization, any count can be returned. * Up to terminate_after, relation == EQUAL_TO. - * But if track_total_hits_up_to >= terminate_after, relation can be EQ _or_ GTE. + * But if track_total_hits_up_to >e; terminate_after, relation can be EQ _or_ GTE. * This ambiguity is due to the fact that totalHits == track_total_hits_up_to - * or totalHits > track_total_hits_up_to and SearchPhaseController sets totalHits = track_total_hits_up_to when returning results + * or totalHits > track_total_hits_up_to and SearchPhaseController sets totalHits = track_total_hits_up_to when returning results * in which case relation = GTE. * * @param size