Method GetFormatter
GetFormatter(String)
Returns the PassageFormatter to use for formatting passages into highlighted snippets. This returns a new PassageFormatter by default; subclasses can override to customize.
Declaration
protected virtual PassageFormatter GetFormatter(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
PassageFormatter |