Method AnalyzeSingleChunk
AnalyzeSingleChunk(String, String, String)
Returns the analyzed form for the given chunk.
If the analyzer produces more than one output token from the given chunk, a ParseException is thrown.
Declaration
protected virtual string AnalyzeSingleChunk(string field, string termStr, string chunk)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | The target field |
System.String | termStr | The full term from which the given chunk is excerpted |
System.String | chunk | The portion of the given termStr to be analyzed |
Returns
Type | Description |
---|---|
System.String | The result of analyzing the given chunk |
Exceptions
Type | Condition |
---|---|
ParseException | ParseException when analysis returns other than one output token |