Class ReuseStrategy
Strategy defining how TokenStreamComponents are reused per call to GetTokenStream(String, TextReader).
Inheritance
System.Object
ReuseStrategy
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class ReuseStrategy : object
Methods
Name | Description |
---|---|
GetReusableComponents(Analyzer, String) | Gets the reusable TokenStreamComponents for the field with the given name. |
GetStoredValue(Analyzer) | Returns the currently stored value. |
SetReusableComponents(Analyzer, String, TokenStreamComponents) | Stores the given TokenStreamComponents as the reusable components for the field with the give name. |
SetStoredValue(Analyzer, Object) | Sets the stored value. |