Uses of Class
org.apache.lucene.index.FilterDirectoryReader.SubReaderWrapper

Packages that use FilterDirectoryReader.SubReaderWrapper
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of FilterDirectoryReader.SubReaderWrapper in org.apache.lucene.index
 

Subclasses of FilterDirectoryReader.SubReaderWrapper in org.apache.lucene.index
static class FilterDirectoryReader.StandardReaderWrapper
          A no-op SubReaderWrapper that simply returns the parent DirectoryReader's original subreaders.
 

Constructors in org.apache.lucene.index with parameters of type FilterDirectoryReader.SubReaderWrapper
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.