Hi,
Is it possible to rebuild the search index for a particular node in an immediate and synchronous manner? I.e. I don't want to add it to the que, but to perform an immediate rebuild, and when the next statement executes, the index will have been rebuilt.
This incidentally coincides with UpdateChanges(). Ideally I would have to do it right after, and thus remove it from the que as well.
Is it possible? Does it implicate performance issues?
Thanks!
-Emil