testSearchHitsDeleteEvery8thHitAndInAdvance() Deletions during search should not alter previously retrieved hits,
and deletions that affect total number of hits should throw the
correct exception when trying to fetch "too many".
public void testSearchHitsDeleteAll() throws Exception(Code)
Deletions during search should not alter previously retrieved hits.
testSearchHitsDeleteEvery2ndHit
public void testSearchHitsDeleteEvery2ndHit() throws Exception(Code)
Deletions during search should not alter previously retrieved hits.
testSearchHitsDeleteEvery4thHit
public void testSearchHitsDeleteEvery4thHit() throws Exception(Code)
Deletions during search should not alter previously retrieved hits.
testSearchHitsDeleteEvery8thHit
public void testSearchHitsDeleteEvery8thHit() throws Exception(Code)
Deletions during search should not alter previously retrieved hits.
testSearchHitsDeleteEvery8thHitAndInAdvance
public void testSearchHitsDeleteEvery8thHitAndInAdvance() throws Exception(Code)
Deletions during search should not alter previously retrieved hits,
and deletions that affect total number of hits should throw the
correct exception when trying to fetch "too many".
testSearchHitsDeleteEvery90thHit
public void testSearchHitsDeleteEvery90thHit() throws Exception(Code)
Deletions during search should not alter previously retrieved hits.
testSearchHitsDeleteInAdvance
public void testSearchHitsDeleteInAdvance() throws Exception(Code)
Deletions that affect total number of hits should throw the
correct exception when trying to fetch "too many".
testSearchHitsDeleteIntermittent
public void testSearchHitsDeleteIntermittent() throws Exception(Code)
Intermittent deletions during search, should not alter previously retrieved hits.
(Using a debugger to verify that the check in Hits is performed only
testSearchHitsNoDeletes
public void testSearchHitsNoDeletes() throws Exception(Code)