HTTP API SolrJ and other Solr clients

Apache Solr clients work with DataStax Enterprise. DataStax has extended SolrJ to protect internal Solr communication and HTTP access using SSL.

Apache Solr clients work with DataStax Enterprise. If you have an existing Solr application, you can create a schema, then import your data and query using your existing Solr tools. The Wikipedia demo is built and queried using SolrJ. The query is done using pure Ajax. No DataStax Enterprise API is used for the demo.

DataStax has extended SolrJ to protect internal Solr communication and HTTP access using SSL. You can also use SolrJ to change the consistency level of the write in the database on the client side.