It\'s really easy to just upload a bunch of json data to an elasticsearch server to have a basic query api, with lots of options
I\'d just like to know if there\'s and e
With either Elastic or Solr, it's not a good idea to depend on the search engine for your security. You should be using security in your container, or even putting the container behind something really bulletproof like Apache HTTPD, and then setting up the security to forbid the things you want to forbid.