# Functions
Filter document matches based on the SearchAfter field in the SearchRequest.
NewTopNCollector builds a collector to find the top 'size' hits skipping over the first 'skip' hits ordering hits by the provided sort order.
NewTopNCollectorAfter builds a collector to find the top 'size' hits skipping over the first 'skip' hits ordering hits by the provided sort order.
# Constants
CheckDoneEvery controls how frequently we check the context deadline.
# Variables
PreAllocSizeSkipCap will cap preallocation to this amount when size+skip exceeds this value.
# Structs
TopNCollector collects the top N hits, optionally skipping some results.