Move to external folder items from all databases

You could also create a script and attach it to your indexed groups, which will then trigger the script to move the internal documents in the group to the indexed Finder folder each time the group is selected.

on triggered(theRecord)
	try
		tell application id "DNtp"
			deconsolidate record theRecord
		end tell
	end try
end triggered