C# Class FTServer.SearchResource

Show file Open project: iboxdb/ftserver-cs Class Usage Examples

Public Properties

Property Type Description
commitCount int
engine Engine
searchList ConcurrentQueue
urlList ConcurrentQueue

Public Methods

Method Description
indexText ( String name, bool isDelete ) : String

Private Methods

Method Description
getUrl ( String name ) : String

Method Details

indexText() public static method

public static indexText ( String name, bool isDelete ) : String
name String
isDelete bool
return String

Property Details

commitCount public static property

public static int commitCount
return int

engine public static property

public static Engine engine
return Engine

searchList public static property

public static ConcurrentQueue searchList
return ConcurrentQueue

urlList public static property

public static ConcurrentQueue urlList
return ConcurrentQueue