>I just worried that http will be a bottle neck, that's why I prefer JDBC connection method.
- JDBC is a library for Java Application; it connects to Database; it uses proprietary protocol provided by DB vendor in most cases, and specific port number - SolrJ is a library for Java Application; it connects to SOLR; it uses HTTP protocol