I have some text files with data to be indexed in my search-app on google app engine. I just don't understand when should I execute a function that puts all docs into index.
Currently I am trying to perform it in get-request on some admin page. But if I use all data then indexing process takes too much time to be run in get-request.
I will appreciate any kind of help.