You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/22 17:49:24 UTC

[Solr Wiki] Update of "dbindexer" by dbindexer

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by dbindexer:
http://wiki.apache.org/solr/dbindexer

New page:
small utility to index database in solr(which i used fr my proj)

steps to run this
1. extract the zip.
2. in the db-data-config.xml specify the projname,database drivers,database url and the table name and the column name which is needed to be indexed .
3. modify the schema.xml in solr.home according to the details specified in db-data-config.xml
4. run the deploy.sh script as follow

ignu@ignu:~/solrIndexer$ ./deploy.sh <tomcat-path> <projname>

e.g ignu@ignu:~/Desktop/solrIndexer$ ./deploy.sh /home/ignu/apache-tomcat-6.0.16 solrtest