Do a search for http://drupal.org/search/apachesolr_search/add%20description%20imagefiel...
And you will see the Programmatically creating nodes with ImageFields comes up twice, one goes to:
http://drupal.be/node/201594
and the other goes to:
http://drupal.org/node/201594
Comments
Comment #1
gábor hojtsyAdding tag.
Comment #2
gábor hojtsy#377372: Search redirecting nodes to drupal.be was marked a duplicate of this issue.
Comment #3
gábor hojtsyWe've found numerous entries for drupal.be in the index, and currently assume that the DNS plays tricks with us. Drupal.be used to be hosted on the same servers as drupal.org, but it is not anymore. Up until 15 minutes ago, our settings.php let Drupal find out the base URL which it is run on, so it is possible that in some cases it found out drupal.be. Since the site is not on the infrastructure anymore, it most probably fall back on the default site (drupal.org) and indexed a node from there. Now we set settings.php to explicitly say $base_url = 'drupal.org', and will watch the indexing closely.
Comment #4
gábor hojtsyOh, wrong title.
Comment #5
gábor hojtsyIndeed, it was a reverse DNS problem, and once we sticked the site to believe it is Drupal.org it is all fine. The old index items indexed under drupal.be will now show up as drupal.org and all new items will be indexed under drupal.org.