|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AlcoholicMergePolicy | Merge policy for testing, it is like an alcoholic. |
AssertingAtomicReader | A FilterAtomicReader that can be used to apply
additional checks for tests. |
AssertingAtomicReader.AssertingFields | Wraps a Fields but with additional asserts |
AssertingAtomicReader.AssertingTerms | Wraps a Terms but with additional asserts |
AssertingDirectoryReader | A DirectoryReader that wraps all its subreaders with
AssertingAtomicReader |
BasePostingsFormatTestCase | Abstract class to do basic tests for a postings format. |
FieldFilterAtomicReader | A FilterAtomicReader that exposes only a subset
of fields from the underlying wrapped reader. |
MockIndexInput | IndexInput backed by a byte[] for testing. |
MockRandomMergePolicy | MergePolicy that makes random decisions for testing. |
RandomCodec | Codec that assigns per-field random postings formats. |
RandomIndexWriter | Silly class that randomizes the indexing experience. |
ThreadedIndexingAndSearchingTestCase | Utility class that spawns multiple indexing and searching threads. |
Support for testing of indexes.
The primary classes are:
RandomIndexWriter
: Randomizes the indexing experience.
MockRandomMergePolicy
: MergePolicy that makes random decisions.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |