From da41728b8e32aa38f00e07add1de54c0ebafe3b3 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Thu, 14 Jun 2007 23:05:19 +0000 Subject: [PATCH] SOLR-20 changes git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547438 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 66fe465741c..307a7d741f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -48,6 +48,12 @@ New Features 5. SOLR-244: Added ModifiableSolrParams - a SolrParams implementation that help you change values after initialization. (ryan) + 6. SOLR-20: Added a java client interface with two implementations. One + implementation uses commons httpclient to connect to solr via HTTP. The + other connects to solr directly. Check client/java/solrj. This addition + also includes tests that start jetty and test a connection using the full + HTTP request cycle. (Darren Erik Vengroff, Will Johnson, ryan) + Changes in runtime behavior