Class Analyzer.PerFieldReuseStrategy
Inheritance
System.Object
Analyzer.PerFieldReuseStrategy
Assembly: Lucene.Net.dll
Syntax
public class PerFieldReuseStrategy : ReuseStrategy
Constructors
|
Improve this Doc
View Source
PerFieldReuseStrategy()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
public PerFieldReuseStrategy()
Methods
|
Improve this Doc
View Source
GetReusableComponents(Analyzer, String)
Declaration
public override TokenStreamComponents GetReusableComponents(Analyzer analyzer, string fieldName)
Parameters
Type |
Name |
Description |
Analyzer |
analyzer |
|
System.String |
fieldName |
|
Returns
Overrides
|
Improve this Doc
View Source
SetReusableComponents(Analyzer, String, TokenStreamComponents)
Declaration
public override void SetReusableComponents(Analyzer analyzer, string fieldName, TokenStreamComponents components)
Parameters
Overrides