Re: Portable Solr

2019-11-04 Thread Furkan KAMACI
Hi, Are you looking for EmbeddedSolrServer [1]?: By the way, using Spring Boot with an embedded server is production ready [2]. On the other hand, embedded Solr with embedded Zookeper etc. less flexible and should be reserved for sp

Re: Portable Solr

2019-11-03 Thread Jörn Franke
Yes, simply search the mailing list or the web for embedded Solr and you will find what you need. Nevertheless, running embedded is just for development (also in case of Spring and others). Avoid it for an end user facing server application. > Am 03.11.2019 um 17:02 schrieb Java Developer : >