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 <javadev2...@gmail.com>: > > Hi, > > Like portable embedded web server (Spring Boot or Takes Or Rapid) Takes ( > https://github.com/yegor256/takes) or Undertow (http://undertow.io/) or > Rapidoid (https://www.rapidoid.org/) > > Do we have portable Solr server? Want to build an Web application with Solr > with portability? > > The user needs should have only java....Rest is portable... > > Please advise. > > Thanks