Searched refs:lastId (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestStressNRT.java48 volatile int lastId; field in class:TestStressNRT
55 lastId = 0;
214 // set the lastId before we actually change it sometimes to try and
218 lastId = id;
277 lastId = id;
301 int id = rand.nextInt(100) < 25 ? lastId : rand.nextInt(ndocs);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestStressNRT.java48 volatile int lastId; field in class:TestStressNRT
55 lastId = 0;
214 // set the lastId before we actually change it sometimes to try and
218 lastId = id;
277 lastId = id;
301 int id = rand.nextInt(100) < 25 ? lastId : rand.nextInt(ndocs);

Completed in 11 milliseconds