in reply to Faster searching
The Idea is great(assuming I understand correctly):
You deliver the Form not as HTML but from a CGI. Before(!)
delivering the Form the CGI forks and the child indexes the tree.
Then the Form is filled in (I assume that takes more than 45 sec),
and on submit the index is ready. Instant gratification.