public class AskQuery extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
long |
count(QueryRequest req) |
Schema |
descDb(String charset) |
ExamineResponse |
examine(QueryRequest req,
SouwenClient searchSystem) |
ServerFeedInfo |
feedInfo() |
QueryResponse |
query(QueryRequest req,
SouwenClient searchSystem) |
int |
removeDoc(QueryRequest req) |
void |
stopServer() |
ServerIdxThreadStates |
testAddIndex(Schema schema,
String charset) |
boolean |
testConnection() |
UpdateResponse |
update(UpdateRequest req,
Doc doc,
SouwenClient searchSystem) |
BaseConn conn
public AskQuery(BaseConn conn)
public ServerFeedInfo feedInfo() throws Exception
Exceptionpublic ServerIdxThreadStates testAddIndex(Schema schema, String charset) throws Exception
Exceptionpublic QueryResponse query(QueryRequest req, SouwenClient searchSystem) throws Exception
Exceptionpublic long count(QueryRequest req) throws Exception
Exceptionpublic int removeDoc(QueryRequest req) throws Exception
Exceptionpublic UpdateResponse update(UpdateRequest req, Doc doc, SouwenClient searchSystem) throws Exception
Exceptionpublic ExamineResponse examine(QueryRequest req, SouwenClient searchSystem) throws Exception
ExceptionCopyright © 2023. All rights reserved.