Re: Upgrading from solr1.3 to solr1.4

2010-02-23 Thread Chris Hostetter
: Type of Queries: Recursive e.g. I search in the index for some name that : returns some rows. For each row there is a field called parentid which is a : unique key for some other row in the index. The next queries search the : index for the parentid . This continues till parentid is 1. : I am

Upgrading from solr1.3 to solr1.4

2010-02-16 Thread Rakhi Khatwani
Hi, i have indexed some data on solr 1.3.0. Now i wanna upgrade to solr 1.4.0 but on the same data. so here are the following steps i performed: 1. extract solr 1.4.0 2. copied the conf and data folder of my index from solr 1.3.0/examples/multicore to solr1.4.0/examples/multicore/ 3.

Re: Upgrading from solr1.3 to solr1.4

2010-02-16 Thread Chris Hostetter
:i have indexed some data on solr 1.3.0. Now i wanna upgrade to solr : 1.4.0 but on the same data. : so here are the following steps i performed: : 1. extract solr 1.4.0 : 2. copied the conf and data folder of my index from solr : 1.3.0/examples/multicore to solr1.4.0/examples/multicore/ :

Re: Upgrading from solr1.3 to solr1.4

2010-02-16 Thread Rakhi Khatwani
Hi, Solr home: 1.3.0/examples/multicore Type of Queries: Recursive e.g. I search in the index for some name that returns some rows. For each row there is a field called parentid which is a unique key for some other row in the index. The next queries search the index for the parentid . This