Method | Description | |
---|---|---|
GetReusableComponents ( |
Gets the reusable TokenStreamComponents for the field with the given name.
|
|
ReuseStrategy ( ) : Lucene.Net.Util |
Sole constructor. (For invocation by subclass constructors, typically implicit.)
|
|
SetReusableComponents ( |
Stores the given TokenStreamComponents as the reusable components for the field with the give name.
|
Method | Description | |
---|---|---|
GetStoredValue ( |
Returns the currently stored value.
|
|
SetStoredValue ( |
Sets the stored value.
|
public abstract GetReusableComponents ( |
||
analyzer | Analyzer from which to get the reused components. Use
/// |
|
fieldName | string | Name of the field whose reusable TokenStreamComponents /// are to be retrieved |
return | TokenStreamComponents |
protected GetStoredValue ( |
||
analyzer | ||
return | object |
public abstract SetReusableComponents ( |
||
analyzer | ||
fieldName | string | Name of the field whose TokenStreamComponents are being set |
components | TokenStreamComponents | TokenStreamComponents which are to be reused for the field |
return | void |
protected SetStoredValue ( |
||
analyzer | ||
storedValue | object | Value to store |
return | void |