Class ConcurrentUpdateJettySolrClient
java.lang.Object
org.apache.solr.client.solrj.SolrClient
org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
org.apache.solr.client.solrj.jetty.ConcurrentUpdateJettySolrClient
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable
public class ConcurrentUpdateJettySolrClient
extends org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
A ConcurrentUpdate SolrClient using
HttpJettySolrClient.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.CustomBlockingQueue<E>, org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.StreamingResponse, org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.UpdateNested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrClient
org.apache.solr.client.solrj.SolrClient.SolrClientFunction<C extends org.apache.solr.client.solrj.SolrClient,R> -
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
basePath, pollQueueTimeMillis, queue, stallDetectionFields inherited from class org.apache.solr.client.solrj.SolrClient
defaultCollection -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.StreamingResponsedoSendUpdateStream(org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.Update update) Methods inherited from class org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient
blockUntilFinished, close, handleError, notifyQueueAndRunnersIfEmptyQueue, onSuccess, request, shutdownNowMethods inherited from class org.apache.solr.client.solrj.SolrClient
add, add, add, add, add, add, add, add, add, add, addBean, addBean, addBean, addBean, addBeans, addBeans, addBeans, addBeans, addBeans, addBeans, commit, commit, commit, commit, commit, commit, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteById, deleteByQuery, deleteByQuery, deleteByQuery, deleteByQuery, getById, getById, getById, getById, getById, getById, getById, getById, getContext, getDefaultCollection, optimize, optimize, optimize, optimize, optimize, optimize, ping, ping, query, query, query, query, queryAndStreamResponse, queryAndStreamResponse, queryAndStreamResponse, request, rollback, rollback
-
Field Details
-
FALLBACK_CHARSET
-
-
Constructor Details
-
ConcurrentUpdateJettySolrClient
-
-
Method Details
-
doSendUpdateStream
protected org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.StreamingResponse doSendUpdateStream(org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.Update update) throws IOException, InterruptedException - Specified by:
doSendUpdateStreamin classorg.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient- Throws:
IOExceptionInterruptedException
-