Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 03:31 UTC
Updated:
27 Oct 2011 at 01:00 UTC
Hi,
Is there a way to bypass content queuing and send node updates and inserts to Solr right away (without running cron.php)?
I noticed it works like that when you unpublish or delete the node, but not when you update or insert.
I think that it might be useful for small websites with relatively low number of nodes that run cron once a day or something, especially if they rely on Solr with faceted search to display most recent content (or products).
Thanks
Comments
Comment #1
gansbrest commentedI managed to do it from the custom helper module, maybe will be useful for someone else. I think it would be nice to have some kind of UI for that. Open for ideas.
Comment #2
pwolanin commented