| Interface | Description |
|---|---|
| ThrowingLeafReaderWrapper.Thrower |
A callback interface that allows to throw certain exceptions for
methods called on the IndexReader that is wrapped by
ThrowingLeafReaderWrapper |
| Class | Description |
|---|---|
| MockEngineFactory | |
| MockEngineSupport |
Support class to build MockEngines like
MockInternalEngine
since they need to subclass the actual engine |
| MockEngineSupport.DirectoryReaderWrapper | |
| MockEngineSupport.MockContext | |
| ThrowingLeafReaderWrapper |
An FilterLeafReader that allows to throw exceptions if certain methods
are called on is.
|
| ThrowingLeafReaderWrapper.ThrowingFields |
Wraps a Fields but with additional asserts
|
| ThrowingLeafReaderWrapper.ThrowingTerms |
Wraps a Terms but with additional asserts
|
| Enum | Description |
|---|---|
| ThrowingLeafReaderWrapper.Flags |
Flags passed to
ThrowingLeafReaderWrapper.Thrower.maybeThrow(org.elasticsearch.test.engine.ThrowingLeafReaderWrapper.Flags)
when the corresponding method is called. |