From 1884a2c84c52875eff5fdb8c0762915a85d704b6 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 13 Jun 2007 17:58:33 +0000 Subject: [PATCH] oops 4 > 3 git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@546980 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0ff574b00bf..8b08994e9fc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -41,7 +41,7 @@ New Features which can be set to 0 to disable splitting "PowerShot" => "Power" "Shot". (klaas) - 3. SOLR-193: Adding SolrDocument and SolrInputDocument to represent documents + 4. SOLR-193: Adding SolrDocument and SolrInputDocument to represent documents outside of the lucene Document infrastructure. This class will be used by clients and for processing documents. (ryan)