Skip to content

Commit

Permalink
minor spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh Kumar <[email protected]>
  • Loading branch information
sandeshkr419 committed Sep 5, 2024
1 parent b5cf274 commit 01678de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class StarTreeQueryHelper {
*/
public static boolean isStarTreeSupported(SearchContext context, boolean trackTotalHits) {
boolean canUseStarTree = context.aggregations() != null
// && context.size() == 0
&& context.size() == 0
&& context.mapperService().isCompositeIndexPresent()
&& context.parsedPostFilter() == null
&& context.innerHits().getInnerHits().isEmpty()
Expand Down

0 comments on commit 01678de

Please sign in to comment.