Hi,

I’m a student working on a personal project that uses SolrJ to search a 
database using a solr core that lives on an AWS instance. Currently, I am using 
EmbeddedSolrServer() to initialize a Solr core.

CoreContainer.Initializer initializer = new CoreContainer.Initializer();
CoreContainer coreContainer = initializer.initialize();
solr = new EmbeddedSolrServer(coreContainer, "test-vpn");

solr_active = true; //successfully connected to solr core on aws

I would love your input on whether or not this is the correct method for this 
particular implementation.

Thanks!
Dhara


Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

Reply via email to