C# Class Lucene.Net.Search.Highlight.NullFragmenter

IFragmenter implementation which does not fragment the text. This is useful for highlighting the entire content of a document or field.
Inheritance: IFragmenter
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
IsNewFragment ( ) : bool
Start ( string originalText, TokenStream tokenStream ) : void

Method Details

IsNewFragment() public method

public IsNewFragment ( ) : bool
return bool

Start() public method

public Start ( string originalText, TokenStream tokenStream ) : void
originalText string
tokenStream Lucene.Net.Analysis.TokenStream
return void