search: factor out FileLimitMatch on structural search
Created by: rvantonder
Stacked on https://github.com/sourcegraph/sourcegraph/pull/24170.
This is prep to trickle up structural search dependency so that it only needs SearcherParameters
and not TextParameters
. This is representative of a similar change that will happen with literal/regexp
, it's just a bit easier to pull off in structural search with previous changes.