Uses of Package
org.apache.lucene.util

Packages that use org.apache.lucene.util
org.apache.lucene.analysis   
org.apache.lucene.index   
org.apache.lucene.queryParser   
org.apache.lucene.search   
org.apache.lucene.util   
 

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.queryParser
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
LuceneJUnitResultFormatter
          Just like BriefJUnitResultFormatter "brief" bundled with ant, except all formatted text is buffered until the test suite is finished.
LuceneTestCase
          Base class for all Lucene unit tests, Junit3 or Junit4 variant.
RollingBuffer.Resettable
           
SmartRandom
          A random that tracks if its been initialized properly, and throws an exception if it hasn't.
ThrottledIndexOutput
          Intentionally slow IndexOutput for testing.
 



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