/cfsolrlib

ColdFusion library for advanced Solr integration

Primary LanguageJavaScriptMIT LicenseMIT

CFSolrLib 3

CFSolrLib is a library that lets you interact directly with a Solr server, using the native java client library.

Requirements

You need a few basic things to use CFSolrLib 3:

  • A Solr server, version 4.0.0 or greater. This was built & tested with Solr 4.0.0. This library will not work with earlier versions of Solr.
  • SolrJ - The Solr java client library and supporting java libraries.
  • Mark Mandel's JavaLoader, to load SolrJ.