Hello,
In our Drupal 7 site we are using Apache Solr to index and search.
We bulk upload data which are about 30.000 records.
Normally the Solr indexing takes place on cron job runs, which is set to run
every hour and indexes 50 records per run.
However when we bulk upload data, we want them to b
On our drupal multilingual system we use apache Solr 3.5.
The problem is well known on different blogs, sites I read.
The search results are not the one we want.
On our code in hook apachesolr_query_alter we override the defaultOperator:
$query->replaceParam('mm', '90%');
The requirement is, when