Method GetWrappedAnalyzer
GetWrappedAnalyzer(String)
Retrieves the wrapped Analyzer appropriate for analyzing the field with the given name
Declaration
protected abstract Analyzer GetWrappedAnalyzer(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | Name of the field which is to be analyzed |
Returns
Type | Description |
---|---|
Analyzer | Analyzer for the field with the given name. Assumed to be non-null |