Method GetReusableComponents
GetReusableComponents(Analyzer, String)
Gets the reusable TokenStreamComponents for the field with the given name.
Declaration
public abstract TokenStreamComponents GetReusableComponents(Analyzer analyzer, string fieldName)
Parameters
Type | Name | Description |
---|---|---|
Analyzer | analyzer | Analyzer from which to get the reused components. Use GetStoredValue(Analyzer) and SetStoredValue(Analyzer, Object) to access the data on the Analyzer. |
System.String | fieldName | Name of the field whose reusable TokenStreamComponents are to be retrieved |
Returns
Type | Description |
---|---|
TokenStreamComponents | Reusable TokenStreamComponents for the field, or |