GetFieldNames() 공개 메소드

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