elasticsearch/modules/reindex
Jack Conradson b5828fbb67
Add plumbing to check cluster features in SearchSourceBuilder (#105417)
This change adds additional plumbing to pipe through the available cluster features into 
SearchSourceBuilder. A number of different APIs use SearchSourceBuilder so they had to make this 
available through their parsers as well often through ParserContext. This change is largely mechanical 
passing a Predicate into existing REST actions to check for feature availability.

Note that this change was pulled mostly from this PR (#105040).
2024-02-13 08:30:04 -08:00
..
src Add plumbing to check cluster features in SearchSourceBuilder (#105417) 2024-02-13 08:30:04 -08:00
build.gradle Refactor RestMainAction into separate module (#95881) 2023-05-10 14:39:00 +02:00