GetFieldNames() public method

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