: 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 us
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 continue
: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/
: