On 11/19/2014 10:56 AM, Anurag Sharma wrote: > Seeing the growing need of Solr in the web development, how do we > perceive building a Solr integrated package with *AMP's. The > integrated package installs Solr with Apache, PHP, MySQL and also give > option of configuring/controlling Solr using the common Admin interface. > > Can it become a go to package for web development community?
I believe that any high-level integration work like that would pull a large amount of focus away from Solr itself. There are lots of people inventing that wheel. The nature of the work produces a highly customized wheel that requires further customization or a complete rewrite to work with a different project. There are at least three Solr client packages for PHP, which will let a LAMP project integrate with Solr. In no particular order, these are the ones I know about: https://code.google.com/p/solr-php-client/ http://pecl.php.net/package/solr http://www.solarium-project.org/ Solr supports importing from a database, which can be MySQL, but better results can be obtained by writing an indexing client yourself, where you can manipulate the data in any way you choose. That could be in PHP like the rest of the stack being discussed here, or it could be written in another language. I *do* think it might be a good idea for us to write and maintain supported Solr clients for languages beyond Java -- work at a low level of integration instead of a high level. I personally don't have the kind of expertise required, but the expertise is out there. The others might not agree with this, and I won't stand in the way of the idea you've described if others want to pursue it. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org