パッケージ nlp4j.search
クラス SearchClientBuilder<B extends SearchClientBuilder<B>>
- java.lang.Object
-
- nlp4j.search.SearchClientBuilder<B>
-
public abstract class SearchClientBuilder<B extends SearchClientBuilder<B>> extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SearchClientBuilder()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド concreteメソッド 修飾子とタイプ メソッド 説明 abstract B
getThis()
B
withConnectionTimeout(int connectionTimeoutMillis)
TellsBuilder
that created clients should obey the following timeout when connecting to Solr servers.B
withSocketTimeout(int socketTimeoutMillis)
TellsBuilder
that created clients should set the following read timeout on all sockets.
-
-
-
メソッドの詳細
-
getThis
public abstract B getThis()
-
withConnectionTimeout
public B withConnectionTimeout(int connectionTimeoutMillis)
TellsBuilder
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)
TellsBuilder
that created clients should set the following read timeout on all sockets.For valid values see
org.apache.http.client.config.RequestConfig#getSocketTimeout()
-
-