Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Lucene
Net
Search
Highlight
NullFragmenter
C# 클래스 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.
상속:
IFragmenter
파일 보기
프로젝트 열기: synhershko/lucene.net
공개 메소드들
메소드
설명
IsNewFragment
( ) :
bool
Start
(
string
originalText
,
TokenStream
tokenStream
) :
void
메소드 상세
IsNewFragment()
공개
메소드
public
IsNewFragment
( ) :
bool
리턴
bool
Start()
공개
메소드
public
Start
(
string
originalText
,
TokenStream
tokenStream
) :
void
originalText
string
tokenStream
Lucene.Net.Analysis.TokenStream
리턴
void