SolrJ 操作HttpSolrServer, ConcurrentUpdateSolrServer和CloudSolrServer
问题导读:1、如何实现SolrJ线程池连接数据库?2、如何实现SolrJ的CRUD操作?HttpSolrServer使用了ApacheCommonsHTTP客户端来连接Solr.注意在Solr4.x中,CommonsHttpSolrServer已经改变为HttpSolrServer以及StreamingUpdateSolrServer已经改变为ConcurrentUpdateSolrServer