Fixing compile error in SmokeTestRankEvalWithMustacheYAMLTestSuiteIT
This commit is contained in:
parent
4e5c868709
commit
57ea1abb55
|
@ -99,7 +99,7 @@ public class DiscountedCumulativeGain implements RankedListQualityMetric {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* check whether this metric computes only dcg or "normalized" ndcg
|
* get the rating used for unrated documents
|
||||||
*/
|
*/
|
||||||
public Integer getUnknownDocRating() {
|
public Integer getUnknownDocRating() {
|
||||||
return this.unknownDocRating;
|
return this.unknownDocRating;
|
||||||
|
|
|
@ -36,7 +36,7 @@ public class SmokeTestRankEvalWithMustacheYAMLTestSuiteIT extends ESClientYamlSu
|
||||||
|
|
||||||
@ParametersFactory
|
@ParametersFactory
|
||||||
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
|
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
|
||||||
return ESClientYamlSuiteTestCase.createParameters(0, 1);
|
return ESClientYamlSuiteTestCase.createParameters();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue