Uses of Class
org.apache.solr.client.solrj.jetty.HttpJettySolrClient.Builder
-
Uses of HttpJettySolrClient.Builder in org.apache.solr.client.solrj.jetty
Methods in org.apache.solr.client.solrj.jetty that return HttpJettySolrClient.BuilderModifier and TypeMethodDescriptionHttpJettySolrClient.Builder.addListenerFactory(HttpListenerFactory listenerFactory) specify a listener factory, which will be appended to any existing values.HttpJettySolrClient.Builder.withCookieStore(org.eclipse.jetty.http.HttpCookieStore cookieStore) Set a cookieStore other than the default (java.net.InMemoryCookieStore)HttpJettySolrClient.Builder.withHttpClient(HttpJettySolrClient httpJettySolrClient) HttpJettySolrClient.Builder.withKeyStoreReloadInterval(long interval, TimeUnit unit) Set the scanning interval to check for updates in the Key Store used by this client.HttpJettySolrClient.Builder.withListenerFactories(List<HttpListenerFactory> listenerFactories) Specify listener factories, which will replace any existing values.Methods in org.apache.solr.client.solrj.jetty that return types with arguments of type HttpJettySolrClient.BuilderModifier and TypeMethodDescriptionorg.apache.solr.client.solrj.impl.HttpSolrClientBuilderBase<HttpJettySolrClient.Builder, HttpJettySolrClient> HttpJettySolrClient.Builder.withSSLConfig(SSLConfig sslConfig) Constructors in org.apache.solr.client.solrj.jetty with parameters of type HttpJettySolrClient.BuilderModifierConstructorDescriptionprotectedHttpJettySolrClient(String serverBaseUrl, HttpJettySolrClient.Builder builder)