You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Dhara Patel <dp...@olin.edu> on 2020/09/15 20:05:24 UTC

SolrJ and AWS help!

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