Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DataServer
LuceneSearch
C# 클래스 DataServer.LuceneSearch
상속:
ISearchEngine
파일 보기
프로젝트 열기: TNOCS/csTouch
공개 프로퍼티들
프로퍼티
타입
설명
analyzer
Lucene.Net.Analysis.Analyzer
공개 메소드들
메소드
설명
CreateSearchIndex
( ) :
void
Init
( ) :
System.Threading.Tasks.Task
Search
(
string
search
) :
Task
메소드 상세
CreateSearchIndex()
공개
메소드
public
CreateSearchIndex
( ) :
void
리턴
void
Init()
공개
메소드
public
Init
( ) :
System.Threading.Tasks.Task
리턴
System.Threading.Tasks.Task
Search()
공개
메소드
public
Search
(
string
search
) :
Task
search
string
리턴
Task
프로퍼티 상세
analyzer
공개적으로 프로퍼티
public
Analyzer,Lucene.Net.Analysis
analyzer
리턴
Lucene.Net.Analysis.Analyzer