I am plannning a Search Server 2010 and a MS SQL 2012. Can I be sure that when someone updates a record and searches for it immediately after that, the query will return the new record as well?
If it will be only indexed at the next scheduled time, is it possible to force an incremental crawl in a Search Server every time someone changes content? I see I can set the crawl period to 1 minute but I need it faster than that - 10 seconds or less.
What are the effects to the server if I have only a few records updated for these 10 seconds? How can I be sure that when someone updates a record and searches for it, the query will return it?