Method GetFieldNames
GetFieldNames(IndexReader.FieldOption)
Get a list of unique field names that exist in this index and have the specified field option information.
Declaration
public abstract ICollection<string> GetFieldNames(IndexReader.FieldOption fldOption)
Parameters
Type | Name | Description |
---|---|---|
IndexReader.FieldOption | fldOption | specifies which field option should be available for the returned fields |
Returns
Type | Description |
---|---|
ICollection<System.String> | Collection of Strings indicating the names of the fields. |