パッケージ nlp4j.search
インタフェース SearchClient
-
- 既知の実装クラスのリスト:
AbstractSearchClient
public interface SearchClient
Search Client- 作成者:
- Hiroki Oya
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 com.google.gson.JsonObject
search(String indexName, com.google.gson.JsonObject request)
com.google.gson.JsonObject
search(String indexName, String request)
-
-
-
メソッドの詳細
-
search
com.google.gson.JsonObject search(String indexName, com.google.gson.JsonObject request) throws IOException
- パラメータ:
indexName
- as Index or Collectionrequest
- in JSON- 戻り値:
- Search Response in JSON
- 例外:
IOException
- on Error
-
search
com.google.gson.JsonObject search(String indexName, String request) throws IOException
- パラメータ:
indexName
- as Index or Collectionrequest
- in JSON String- 戻り値:
- Search Response in JSON
- 例外:
IOException
- on Error
-
-