Lucene 4.0.0 Test Framework API

The Lucene Test Framework is used by Lucene as the basis for its tests.

See: Description

Packages 
Package Description
org.apache.lucene.analysis
Support for testing analysis components.
org.apache.lucene.codecs.asserting
Codec for testing that asserts various contracts of the codec apis.
org.apache.lucene.codecs.bloom
Support for generating test indexes using the BloomFilteringPostingsFormat
org.apache.lucene.codecs.lucene3x
Support for generating test indexes in the Lucene 3.x index format.
org.apache.lucene.codecs.lucene40ords
Codec for testing that supports TermsEnum.ord()
org.apache.lucene.codecs.mockintblock
Integer encoder implementations for testing.
org.apache.lucene.codecs.mockrandom
Frankenstein codec for testing that pieces together random components.
org.apache.lucene.codecs.mocksep
Very simple implementations of org.apache.lucene.codecs.sep for testing.
org.apache.lucene.codecs.nestedpulsing
Codec for testing that wraps PulsingPostingsFormat with itself.
org.apache.lucene.codecs.ramonly
Codec for testing that never writes to disk.
org.apache.lucene.index
Support for testing of indexes.
org.apache.lucene.search
Support for testing search components.
org.apache.lucene.store
Support for testing store mechanisms.
org.apache.lucene.util
General test support.
org.apache.lucene.util.automaton
Support for testing automata.

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