C# Class Lucene.Net.Index.TestDocumentWriter.AnonymousClassAnalyzer1

Inheritance: Lucene.Net.Analysis.Analyzer
显示文件 Open project: synhershko/lucene.net

Public Methods

Method Description
AnonymousClassAnalyzer1 ( TestDocumentWriter enclosingInstance ) : System
TokenStream ( System fieldName, System reader ) : Lucene.Net.Analysis.TokenStream

Private Methods

Method Description
InitBlock ( TestDocumentWriter enclosingInstance ) : void

Method Details

AnonymousClassAnalyzer1() public method

public AnonymousClassAnalyzer1 ( TestDocumentWriter enclosingInstance ) : System
enclosingInstance TestDocumentWriter
return System

TokenStream() public method

public TokenStream ( System fieldName, System reader ) : Lucene.Net.Analysis.TokenStream
fieldName System
reader System
return Lucene.Net.Analysis.TokenStream