Solrj Example
* SolrJ is a java interface to access the index data.* SolrJ 1.4 provides the ability to connect to Solr without sending requests over HTTP connections, and to compress requests into a Java binary format instead of sending XML
* Solr is a powerfull tool for searching. you can find more about solr See Solr Search
* SolrJ is used to retrieve the records in the form of Documents or Beans.
* Also we can add a new document in Solr Index using solrj.
