Пример #1
0
 /**
  * Initialize using the static singleton SolrCore.getSolrCore().
  *
  * @deprecated use {@link #DirectSolrConnection(SolrCore)}
  */
 @Deprecated
 public DirectSolrConnection() {
   this(SolrCore.getSolrCore());
 }