Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 579 Bytes

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.