I need to add search functionality to my Java webapp running on tomcat, along with the database as well on the same machine.
Since I'm planning to use Solr on this same machine but which implementation should be used? I thought Embedded one is more preferable since I need to be adding data from the same machine, so adding via HTTP wont make much sense, no? & moreover running Solr as a separate web app would consume more resources than the embedded one(isn't it?).
But now that the [use of EmbeddedSolrServer is not recommended][1], how do people use Solr when they need to keep Solr on the same machine as the webapp ?
[1]: http://wiki.apache.org/solr/EmbeddedSolr
以上就是Is usage of EmbeddedSolrServer now outdated & not recommended?的详细内容,更多请关注web前端其它相关文章!