mirror of https://github.com/apache/lucene.git
SOLR-11388: Fix sample function
This commit is contained in:
parent
5c9af8640e
commit
e62f9f85d0
|
@ -49,7 +49,7 @@ public class SampleEvaluator extends RecursiveObjectEvaluator implements ManyVal
|
|||
|
||||
Object second = null;
|
||||
if(objects.length > 1) {
|
||||
second = objects[2];
|
||||
second = objects[1];
|
||||
}
|
||||
|
||||
if(first instanceof RealDistribution) {
|
||||
|
|
Loading…
Reference in New Issue