Skip to content

Commit 4d7f22d

Browse files
committed
Javadoc
Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
1 parent 887799d commit 4d7f22d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/main/java/org/opensearch/search/aggregations/bucket/HistogramSkiplistLeafCollector.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ public void collect(DocIdStream stream, long owningBucketOrd) throws IOException
220220
}
221221
}
222222

223+
/**
224+
* Call back for auto date histogram
225+
*
226+
* @opensearch.internal
227+
*/
223228
public interface IncreaseRoundingIfNeeded {
224229
void accept(long owningBucket, long rounded);
225230
}

0 commit comments

Comments
 (0)