Jskad/archive/copy-to-solr-webapp
2007-05-25 09:03:07 +00:00
..
Readme.txt adding Readme file to explain what needs to be copied to solr webapp before posting, committing, or deleting documents from the solr server 2007-05-25 09:03:07 +00:00
schema.xml adding Readme file to explain what needs to be copied to solr webapp before posting, committing, or deleting documents from the solr server 2007-05-25 09:03:07 +00:00

The files in this directory must be copied to your solr webapp
before you can use lucene-thdl-build.xml to post, commit, or 
delete documents from your solr server.

schema.xml : 
    Copy this file to your solr/conf directory,
    replacing the existing schema.xml file.

lucene-thdl.jar :
    Create an up to date copy of this file by
    running the task lucene-thdl-jar, then copy
    to your solr/lib directory. If solr/lib does
    not exist, then create it.