On 10.02.2009 02:39 Chris Hostetter wrote:
> : Now all that is left is a more cosmetic change I would like to make:
> : I tried to place the solr.xml in the example dir to get rid of the
> : "-Dsolr.solr.home=multicore" for the start and changed the first entry
> : from "core0" to "solr" and moved
: Now all that is left is a more cosmetic change I would like to make:
: I tried to place the solr.xml in the example dir to get rid of the
: "-Dsolr.solr.home=multicore" for the start and changed the first entry
: from "core0" to "solr" and moved the core1 dir from multicore directly
: under the
On 09.02.2009 17:01 Ryan McKinley wrote:
> Check your solrconfig.xml you probably have somethign like this:
>
>
>${solr.data.dir:./solr/data}
> (from the example)
>
> either remove that or make each one point to the correct location
Thanks, that's it!
Now all that is left is a more co
On Feb 9, 2009, at 10:40 AM, Michael Lackhoff wrote:
On 09.02.2009 15:40 Ryan McKinley wrote:
But I have some problems setting this up. As long as I try the
multicore
sample everything works but when I copy my schema.xml into the
multicore/core0/conf dir I only get 404 error messages when I e
On 09.02.2009 15:40 Ryan McKinley wrote:
>> But I have some problems setting this up. As long as I try the
>> multicore
>> sample everything works but when I copy my schema.xml into the
>> multicore/core0/conf dir I only get 404 error messages when I enter
>> the
>> admin url.
>
> what is the
But I have some problems setting this up. As long as I try the
multicore
sample everything works but when I copy my schema.xml into the
multicore/core0/conf dir I only get 404 error messages when I enter
the
admin url.
what is the url you are hitting?
Do you see links from the index page?
Hello,
I am not that experienced but managed to get a Solr index going by
copying the "example" dir from the distribution (1.3 released version)
and changing the fields in schema.xml to my needs. As I said everything
is working very well so far.
Now I need a second index on the same machine and th