パッケージ nlp4j.search

インタフェース SearchClient

  • 既知の実装クラスのリスト:
    AbstractSearchClient

    public interface SearchClient
    Search Client
    作成者:
    Hiroki Oya
    • メソッドの詳細

      • search

        com.google.gson.JsonObject search​(String indexName,
                                          com.google.gson.JsonObject request)
                                   throws IOException
        パラメータ:
        indexName - as Index or Collection
        request - 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 Collection
        request - in JSON String
        戻り値:
        Search Response in JSON
        例外:
        IOException - on Error