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
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
IsNewFragment ( ) : bool
Start ( string originalText, TokenStream tokenStream ) : void

Method Details

IsNewFragment() public méthode

public IsNewFragment ( ) : bool
Résultat bool

Start() public méthode

public Start ( string originalText, TokenStream tokenStream ) : void
originalText string
tokenStream Lucene.Net.Analysis.TokenStream
Résultat void