Uses of Class
org.apache.lucene.index.ReaderSlice

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

Uses of ReaderSlice in org.apache.lucene.index
 

Fields in org.apache.lucene.index declared as ReaderSlice
static ReaderSlice[] ReaderSlice.EMPTY_ARRAY
          Zero-length ReaderSlice array.
 ReaderSlice MultiDocsEnum.EnumWithSlice.slice
          ReaderSlice describing how this sub-reader fits into the composite reader.
 ReaderSlice MultiDocsAndPositionsEnum.EnumWithSlice.slice
          ReaderSlice describing how this sub-reader fits into the composite reader.
 

Constructors in org.apache.lucene.index with parameters of type ReaderSlice
MultiFields(Fields[] subs, ReaderSlice[] subSlices)
          Expert: construct a new MultiFields instance directly.
MultiTerms(Terms[] subs, ReaderSlice[] subSlices)
          Sole constructor.
MultiTermsEnum(ReaderSlice[] slices)
          Sole constructor.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.