Solarium examples

In this folder you can find various examples for the Solarium PHP Solr client library, to be used on a Solr 'example' index as distributed with Solr.
Only the code is included, for more details about the examples and how to get them working please see the manual on the project website: http://www.solarium-project.org

If examples for some Solarium functionality are missing please request them by opening an issue in the issue tracker: http://github.com/basdenooijer/solarium/issues

Important: This code is intended to demonstrate the usage of Solarium. It is not intended for real-world use. For instance user input validation is missing or very limited, as the best way to do this will depend on your application and is not Solarium functionality.
It's advised not to deploy the examples to a public environment, or at least make sure the example directory is not available via your webserver.