Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Sep 18, 2024
1 parent dc734af commit 6871079
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
package org.elasticsearch.search.aggregations.bucket;

import org.apache.lucene.search.join.ScoreMode;
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
import org.elasticsearch.action.index.IndexRequestBuilder;
import org.elasticsearch.action.search.SearchRequestBuilder;
import org.elasticsearch.index.query.InnerHitBuilder;
Expand Down Expand Up @@ -974,5 +975,7 @@ public void testScoring() throws Exception {
assertThat(nested.getAggregations().asList().size(), equalTo(1));
}
);

assertAcked(indicesAdmin().delete(new DeleteIndexRequest("scoring")).get());
}
}

0 comments on commit 6871079

Please sign in to comment.