Exemplo n.º 1
0
 public SolrServer getSponsoredSolrServer() {
   return solrConnectionFactory.getSponsoredSolrServer();
 }
Exemplo n.º 2
0
 public SolrServer getAutoSolrServer() {
   return solrConnectionFactory.getAutoCompletionSolrServer();
 }
Exemplo n.º 3
0
 public SolrServer getDinerSolrServer() {
   return solrConnectionFactory.getDinerSolrServer();
 }
Exemplo n.º 4
0
 public SolrServer getRestSolrServer() {
   return solrConnectionFactory.getRestSolrServer();
 }