| Name | Description | Type | Package | Framework |
| ExitableDirectoryReader | The ExitableDirectoryReader wraps a real index DirectoryReader and allows for a QueryTimeout implementation object to be checked periodically | Class | org.apache.lucene.index | Apache Lucene |
| ExitableDirectoryReader .ExitableFields | Wrapper class for another Fields implementation that is used by the ExitableFilterAtomicReader. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene |
| ExitableDirectoryReader .ExitableFilterAtomicReader | Wrapper class for another FilterAtomicReader. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene |
| ExitableDirectoryReader .ExitableSubReaderWrapper | Wrapper class for a SubReaderWrapper that is used by the ExitableDirectoryReader. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene |
| ExitableDirectoryReader .ExitableTerms | Wrapper class for another Terms implementation that is used by ExitableFields. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene |
| ExitableDirectoryReader .ExitableTermsEnum | Wrapper class for TermsEnum that is used by ExitableTerms for implementing an exitable enumeration of terms. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene |
| ExitableDirectoryReader .ExitingReaderException | Exception that is thrown to prematurely terminate a term enumeration. | Class | org.apache.lucene.index.ExitableDirectoryReader | Apache Lucene |