Uses of Package
org.apache.lucene.util

Packages that use org.apache.lucene.util
org.apache.lucene.analysis Support for testing analysis components. 
org.apache.lucene.index Support for testing of indexes. 
org.apache.lucene.search Support for testing search components. 
org.apache.lucene.util General test support. 
 

Classes in org.apache.lucene.util used by org.apache.lucene.analysis
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
RollingBuffer
          Acts like forever growing T[], but internally uses a circular buffer to reuse instances of T.
RollingBuffer.Resettable
           
 

Classes in org.apache.lucene.util used by org.apache.lucene.index
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
 

Classes in org.apache.lucene.util used by org.apache.lucene.search
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
 

Classes in org.apache.lucene.util used by org.apache.lucene.util
RollingBuffer.Resettable
           
TestRuleMarkFailure
          A rule for marking failed tests and suites.
ThrottledIndexOutput
          Intentionally slow IndexOutput for testing.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.