mirror of https://github.com/apache/lucene.git
Removed resource file with hardcoded docIds
This commit is contained in:
parent
33232e57c8
commit
585309317e
|
@ -485,6 +485,7 @@ public class DocIdEncodingBenchmark {
|
|||
|
||||
private final Random random = new Random();
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public List<int[]> getDocIds(Object... args) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue