Method GetField
GetField(String)
Returns a field with the given name if any exist in this document, or
null
. If multiple fields exists with this name, this method returns the
first value added.
Declaration
public IIndexableField GetField(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IIndexableField |