File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
server/src/main/java/org/elasticsearch/search Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 44
44
import org .elasticsearch .common .unit .ByteSizeValue ;
45
45
import org .elasticsearch .common .util .BigArrays ;
46
46
import org .elasticsearch .common .util .CollectionUtils ;
47
- import org .elasticsearch .common .util .FeatureFlag ;
48
47
import org .elasticsearch .common .util .concurrent .AbstractRunnable ;
49
48
import org .elasticsearch .common .util .concurrent .ConcurrentCollections ;
50
49
import org .elasticsearch .common .util .concurrent .EsExecutors ;
@@ -282,7 +281,7 @@ public class SearchService extends AbstractLifecycleComponent implements IndexEv
282
281
Property .NodeScope
283
282
);
284
283
285
- private static final boolean BATCHED_QUERY_PHASE_FEATURE_FLAG = new FeatureFlag ( "batched_query_phase" ). isEnabled () ;
284
+ private static final boolean BATCHED_QUERY_PHASE_FEATURE_FLAG = false ;
286
285
287
286
/**
288
287
* The size of the buffer used for memory accounting.
You can’t perform that action at this time.
0 commit comments