パッケージ nlp4j.search

クラス AbstractSearchClient

    • コンストラクタの詳細

      • AbstractSearchClient

        public AbstractSearchClient()
    • メソッドの詳細

      • search

        public abstract com.google.gson.JsonObject search​(String indexName,
                                                          com.google.gson.JsonObject request)
                                                   throws IOException
        定義:
        search インタフェース内 SearchClient
        パラメータ:
        indexName - as Index or Collection
        request - in JSON
        戻り値:
        Search Response in JSON
        例外:
        IOException - on Error