Skip to content

Commit

Permalink
And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Dec 10, 2024
1 parent a989a19 commit c3913ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public void testTermExpansionExceptionOnSpanFailure() throws Exception {
}
}

public void testTopNMultiTermsInterceptAndRewriteInsideSpan() throws Exception {
public void testTopNMultiTermsRewriteInsideSpan() throws Exception {
Query query = QueryBuilders.spanMultiTermQueryBuilder(QueryBuilders.prefixQuery("body", "b").rewrite("top_terms_boost_2000"))
.toQuery(createSearchExecutionContext());

Expand Down

0 comments on commit c3913ac

Please sign in to comment.