Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertingDirectoryReader
A
DirectoryReader that wraps all its subreaders with
AssertingLeafReader |
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 |
MismatchedDirectoryReader
A
DirectoryReader that wraps all its subreaders with
MismatchedLeafReader |
class |
SoftDeletesDirectoryReaderWrapper
This reader filters out documents that have a doc values value in the given field and treat these
documents as soft deleted.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.