C# 클래스 FTServer.SearchResource

파일 보기 프로젝트 열기: iboxdb/ftserver-cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commitCount int
engine Engine
searchList ConcurrentQueue
urlList ConcurrentQueue

공개 메소드들

메소드 설명
indexText ( String name, bool isDelete ) : String

비공개 메소드들

메소드 설명
getUrl ( String name ) : String

메소드 상세

indexText() 공개 정적인 메소드

public static indexText ( String name, bool isDelete ) : String
name String
isDelete bool
리턴 String

프로퍼티 상세

commitCount 공개적으로 정적으로 프로퍼티

public static int commitCount
리턴 int

engine 공개적으로 정적으로 프로퍼티

public static Engine engine
리턴 Engine

searchList 공개적으로 정적으로 프로퍼티

public static ConcurrentQueue searchList
리턴 ConcurrentQueue

urlList 공개적으로 정적으로 프로퍼티

public static ConcurrentQueue urlList
리턴 ConcurrentQueue