Method GetIndexAnalyzer
GetIndexAnalyzer(String)
Returns the analyzer originally used to index the content for field
.
This is used to highlight some MultiTermQuerys.
Declaration
protected virtual Analyzer GetIndexAnalyzer(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
Analyzer | Analyzer or null (the default, meaning no special multi-term processing) |