From 5dabbda37198d859db7168744ed208b79f3996fc Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 26 May 2008 09:33:07 +0000 Subject: Remove incomplete Lucene integration (will be moved to a branch). git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660142 13f79535-47bb-0310-9956-ffa450edef68 --- src/fulltext/lucene/readme.txt | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/fulltext/lucene/readme.txt (limited to 'src/fulltext/lucene/readme.txt') diff --git a/src/fulltext/lucene/readme.txt b/src/fulltext/lucene/readme.txt deleted file mode 100644 index c115534c..00000000 --- a/src/fulltext/lucene/readme.txt +++ /dev/null @@ -1,41 +0,0 @@ -This is still work in progress and has not been integrated into the build -process. Good luck though :) - -This document describes how to use the LuceneIndexer with Apache CouchDB. - -Requirements: -Apache CouchDB 0.6.4 or newer. -Java Development Kit (JDK) 1.5 -Lucene 2.0.0 or newer -couchdb4j (http://code.google.com/p/couchdb4j/) - - -If you don't already have it, -download lucene-core-2.0.0.jar from a mirror -A list of mirrors can be found at -http://www.apache.org/dyn/closer.cgi/lucene/java/ - -Add the following line to your couch.ini: -LuceneServer=/usr/bin/java -cp "./bin/:./lib/lucene-core.jar" LuceneIndexer=... - -Adjust the version number and the path to java, if needed. -If you have lucene installed already, remove the -'-cp "./bin/:./Lucene/lucene-core-2.0.0.jar"' part. - -Put lucene-core.jar and cocuhdb4j.jar into $CouchDbDir/lib - -Launch Apache CouchDB. - -The indexer will populate $CouchDbDir/Lucene/Index with an index for -all documents in all databases. -(indexes per database will be added soon). - -To see that the data is actually stored in there, -use luke from http://www.getopt.org/luke/ - -To use the actual index, you could use the PHP 5 Lucene Demo in the Zend Framework -(http://framework.zend.com) or any other Lucene implementation in your favourite -language. - -If you have any questions, please visit: -http://couchdb.com/CouchDB/CouchDBWeb.nsf/vDissByDate -- cgit v1.2.3