public GetSequentialSubReaders ( ) : Lucene.Net.Index.IndexReader[] | ||
return | Lucene.Net.Index.IndexReader[] |
NOTE: You should not try using sub-readers returned by this method to make any changes (setNorm, deleteDocument, etc.). While this might succeed for one composite reader (like MultiReader), it will most likely lead to index corruption for other readers (like DirectoryReader obtained through IndexReader.Open(Lucene.Net.Store.Directory,bool). Use the parent reader directly.
public GetSequentialSubReaders ( ) : Lucene.Net.Index.IndexReader[] | ||
return | Lucene.Net.Index.IndexReader[] |