示例#1
0
 public override System.Collections.Generic.ICollection <string> GetFieldNames(IndexReader.FieldOption fieldNames)
 {
     EnsureOpen();
     return(DirectoryReader.GetFieldNames(fieldNames, this.subReaders));
 }