Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterDirectoryReader.StandardReaderWrapper
A no-op SubReaderWrapper that simply returns the parent
DirectoryReader's original subreaders.
|
Constructor and Description |
---|
FilterDirectoryReader(DirectoryReader in,
FilterDirectoryReader.SubReaderWrapper wrapper)
Create a new FilterDirectoryReader that filters a passed in DirectoryReader,
using the supplied SubReaderWrapper to wrap its subreader.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.