C# Class MongoSearch.Indexer

显示文件 Open project: LittleLin/MongoSearch Class Usage Examples

Public Methods

Method Description
CreateRepository ( String name ) : Repository

新增索引庫

DeleteRepository ( String name ) : bool

刪除索引庫

GetRepository ( String name ) : Repository

取得索引庫

Private Methods

Method Description
Indexer ( ) : System

Method Details

CreateRepository() public method

新增索引庫
public CreateRepository ( String name ) : Repository
name String
return Repository

DeleteRepository() public method

刪除索引庫
public DeleteRepository ( String name ) : bool
name String
return bool

GetRepository() public method

取得索引庫
public GetRepository ( String name ) : Repository
name String
return Repository