OpenSearch/modules/percolator/src
Simon Willnauer 7df5d05c62 Simplify SubFetchPhase interface (#18881)
This interface used to have dedicated methods to prevent calling execute
methods. These methods are unnecessary as the checks can simply be
done inside the execute methods itself. This simplifies the interface
as well as its usage.
2016-06-15 15:49:11 +02:00
..
main/java/org/elasticsearch/percolator Simplify SubFetchPhase interface (#18881) 2016-06-15 15:49:11 +02:00
test Simplify SubFetchPhase interface (#18881) 2016-06-15 15:49:11 +02:00