The example/ directory in the solr distribution is a complete working
Solr installation. Just copy that to where you want, cd into it, and
run 'java -jar start.jar'. Copying directories around will be
confusing because there are a few configuration files that say where
things are and it is easy to
/opt/solr i.e. solr/home only requires conf,data,lib directories.
why you have putted other directories under solr/home location.
The [solr/home]/data directory must required the "Write" permission ,Please
check and provide appropriate permissions to directories because solr will
try to write in
Hi,
Thanks guys for the quick reply. I really appreciate it.
in reply to Lance, I'm using apache-solr-1.4.1.
My /opt/solr directory contains the following:
- drwxr-xr-x 10 tomcat6 tomcat6 4096 2011-01-04 14:44 .
- drwxr-xr-x 4 rootroot4096 2011-01-04 09:53 ..
- lrwxrwxrwx 1 to
Which Solr release is this?
There is supposed to be a core/data directory, and inside that
core/data/index with the index files. If you have no index, just make
core/data and Solr will make core/data/index.
LanceI
On Tue, Jan 4, 2011 at 6:45 PM, Stevenson Cunanan
wrote:
> Hi,
>
> I'm very new t