: 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