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.