Skip to content

Commit

Permalink
Rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Jan 15, 2020
1 parent 9270950 commit 8986863
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ public void testPinnedPromotions() throws Exception {

}

public void testIssue51034() throws Exception {
/**
* Test scoring the entire set of documents, which uses a slightly different logic when creating scorers.
*/
public void testExhaustiveScoring() throws Exception {
assertAcked(prepareCreate("test")
.setMapping(jsonBuilder().startObject().startObject("_doc").startObject("properties")
.startObject("field1").field("analyzer", "whitespace").field("type", "text").endObject()
Expand Down

0 comments on commit 8986863

Please sign in to comment.