Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Lucene
Net
Search
Highlight
NullFragmenter
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
Exibir arquivo
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