パッケージ nlp4j.search
クラス AbstractSearchClient
- java.lang.Object
-
- nlp4j.search.AbstractSearchClient
-
- すべての実装されたインタフェース:
SearchClient
public abstract class AbstractSearchClient extends Object implements SearchClient
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 AbstractSearchClient()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 abstract com.google.gson.JsonObject
search(String indexName, com.google.gson.JsonObject request)
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド nlp4j.search.SearchClient
search
-
-
-
-
メソッドの詳細
-
search
public abstract com.google.gson.JsonObject search(String indexName, com.google.gson.JsonObject request) throws IOException
- 定義:
search
インタフェース内SearchClient
- パラメータ:
indexName
- as Index or Collectionrequest
- in JSON- 戻り値:
- Search Response in JSON
- 例外:
IOException
- on Error
-
-