Closed (cannot reproduce)
Project:
Apache Solr Search
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2010 at 02:44 UTC
Updated:
26 Oct 2010 at 20:00 UTC
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
Comment #1
wmostrey commentedPerhaps there's something "wrong" with your node 367277, 367278 or 367279? Does it contain a php filter an custom php code for instance?
Comment #2
timoratd commentedit turned out to be issues of solr, new nodes did not get indexed.
Comment #3
wmostrey commentedCould you share what the problem was and how you fixed it?
Comment #4
timoratd commentedAfter 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.
Comment #5
wmostrey commentedIt can help to run cron more often then during the re-indexing. Good luck!