The block of 'related nodes' based on all term names and node title works like charming until... the nid>367278, I am not sure if it is a joke or not, but the block show off for all node id<=367278 and became empty for every node id>367278...

Can someone here find a solution if you feel it is not a joke?
Thanks!

Comments

wmostrey’s picture

Perhaps there's something "wrong" with your node 367277, 367278 or 367279? Does it contain a php filter an custom php code for instance?

timoratd’s picture

it turned out to be issues of solr, new nodes did not get indexed.

wmostrey’s picture

Could you share what the problem was and how you fixed it?

timoratd’s picture

After looked on our site records, I found that our site admin clicked the button of 'Re-index all content' at that time, since 'index' always start from nid=1, and cron per hour, 200 each time, it will take 367278/4800=76.5 days before it index nid=367279!!! what a joke... I think now I have to write piece of codes to let it index at least half new nodes during cron.

wmostrey’s picture

Status: Active » Closed (cannot reproduce)

It can help to run cron more often then during the re-indexing. Good luck!