Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertingDirectoryReader
A
DirectoryReader that wraps all its subreaders with
AssertingLeafReader |
class |
DirectoryReader
DirectoryReader is an implementation of
CompositeReader
that can read indexes in a Directory . |
class |
ExitableDirectoryReader
The
ExitableDirectoryReader wraps a real index DirectoryReader and
allows for a QueryTimeout implementation object to be checked periodically
to see if the thread should exit or not. |
class |
FilterDirectoryReader
A FilterDirectoryReader wraps another DirectoryReader, allowing implementations
to transform or extend it.
|
class |
MismatchedDirectoryReader
A
DirectoryReader that wraps all its subreaders with
MismatchedLeafReader |
class |
MultiReader
A
CompositeReader which reads multiple indexes, appending
their content. |
class |
ParallelCompositeReader
An
CompositeReader which reads multiple, parallel indexes. |
Modifier and Type | Class and Description |
---|---|
static class |
QueryUtils.FCInvisibleMultiReader
This is a MultiReader that can be used for randomly wrapping other readers
without creating FieldCache insanity.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.