Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1BKNDr7
via LifeLong Community
Spring Data Solr Tutorial
Configuring the Http Solr Server
HttpSolrServerFactoryBean factory = new HttpSolrServerFactoryBean();
factory.setUrl(environment.getRequiredProperty("solr.server.url"));
return new SolrTemplate(solrServerFactoryBean().getObject());
Setting the Active Bean Definition Profile
Creating the Document Class
Creating the Repository Interface: SolrCrudRepository
Configuring the Http Solr Server
HttpSolrServerFactoryBean factory = new HttpSolrServerFactoryBean();
factory.setUrl(environment.getRequiredProperty("solr.server.url"));
return new SolrTemplate(solrServerFactoryBean().getObject());
Setting the Active Bean Definition Profile
Creating the Document Class
Creating the Repository Interface: SolrCrudRepository
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1BKNDr7
via LifeLong Community
No comments:
Post a Comment