パッケージ nlp4j.search

クラス SearchClientBuilder<B extends SearchClientBuilder<B>>


  • public abstract class SearchClientBuilder<B extends SearchClientBuilder<B>>
    extends Object
    • コンストラクタの詳細

      • SearchClientBuilder

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

      • getThis

        public abstract B getThis()
      • withConnectionTimeout

        public B withConnectionTimeout​(int connectionTimeoutMillis)
        Tells Builder that created clients should obey the following timeout when connecting to Solr servers.

        For valid values see org.apache.http.client.config.RequestConfig#getConnectTimeout()

      • withSocketTimeout

        public B withSocketTimeout​(int socketTimeoutMillis)
        Tells Builder that created clients should set the following read timeout on all sockets.

        For valid values see org.apache.http.client.config.RequestConfig#getSocketTimeout()