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 continues till parentid is 1. I am using solrj api to run the queries and the time is measured using java API (System.currentTimeMillis()). An example when queried on Solr 1.3 takes less than 1 sec whereas the Solr 1.4 takes 10 sec. For migration i have copied the core folder (which contains conf and data folders) from 1.3 setup to 1.4 setup. Is there anything else to be done for the migration? Regards, Raakhi
On Wed, Feb 17, 2010 at 7:54 AM, Chris Hostetter <hossman_luc...@fucit.org>wrote: > : 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. started the multicore server. > : but my queries on the index takes longer than with solr 1.3.0 > : any suggesstions?? > > I assume you were using 1.3.0/examples/multicore as your solr home in 1.3? > (it seems that way, but i want to be sure) > > can you elaborate on what you mean by "my queries on the index takes > longer" ... specifics would be very helpful: ie: what types of queries?, > how long do they take?, how are you measuring? > > > -Hoss > >