You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jayendra Patil <ja...@gmail.com> on 2011/12/04 06:37:30 UTC

Re: less search results in prod

enable debugQuery and compare the queries evaluated in the development
and production environment.

Regards,
Jayendra

On Sun, Dec 4, 2011 at 5:18 AM,  <al...@aim.com> wrote:
> Hello,
>
> I have build solr-3.4.0 data folder in dev server and copied it to prod server. Made a search for a keyword, then modified qf and pf params in solrconfig.xml. Made search for the same keywords, then restored qf and pf params to their original value. Now, solr returns very less number of docs for the same keywords in comparison with the dev server. Tried other keywords, the issue is the same. Copied solrconfig.xml from dev server, but nothing changed.  Took a look to statistics, the numDocs and maxDoc values are the same in both servers.
>
>
>
>
>
>
>
> Any ideas how to debug this issue?
>
> Thanks in advance.
> Alex.