Ok, figured out the problem with the "/" [root document] query using FULLTEXT indices. It’s actually two problems,

  1. It is less than the minimum character count, which is four by default; I reduced that to three.
  2. It isn’t an alphanumeric character.

So, my corner-case hack would have been necessary anyway.