Method | Description | |
---|---|---|
AddDocument ( |
加入單一文件,建索引
|
|
AddDocument ( String jsonDoc ) : System.Boolean |
加入單一文件,建索引 (JSON)
|
|
AddDocuments ( IEnumerable |
批次加入文件、建索引
|
|
AddDocuments ( String jsonDocs ) : System.Boolean |
批次加入文件、建索引 (JSON)
|
|
MakeIndex ( ) : bool |
建索引主體
|
|
Repository ( |
||
Search ( String keyword, int fetchSize ) : |
搜尋主體
|
|
Search ( String keyword, int startPos, int fetchSize ) : |
搜尋主體
|
Method | Description | |
---|---|---|
ParseSourceDoc ( ) : bool |
解析原始文件,存人 MongoDB 中
|
public AddDocument ( |
||
srcDoc | ||
return | System.Boolean |
public AddDocument ( String jsonDoc ) : System.Boolean | ||
jsonDoc | String | |
return | System.Boolean |
public AddDocuments ( IEnumerable |
||
srcDocs | IEnumerable |
|
return | System.Boolean |
public AddDocuments ( String jsonDocs ) : System.Boolean | ||
jsonDocs | String | |
return | System.Boolean |
public Repository ( |
||
indexer | ||
name | String | |
return | System |
public Search ( String keyword, int fetchSize ) : |
||
keyword | String | |
fetchSize | int | |
return |
public Search ( String keyword, int startPos, int fetchSize ) : |
||
keyword | String | |
startPos | int | |
fetchSize | int | |
return |