Class Analyzer.GlobalReuseStrategy
  
  Implementation of ReuseStrategy that reuses the same components for
every field. 
 
  
  
    Inheritance
    System.Object
    
    Analyzer.GlobalReuseStrategy
   
  
  
  Assembly: Lucene.Net.dll
  Syntax
  
    public sealed class GlobalReuseStrategy : ReuseStrategy
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GlobalReuseStrategy()
  Sole constructor. (For invocation by subclass constructors, typically implicit.) 
 
  
  Declaration
  
    public GlobalReuseStrategy()
   
  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