I've developing a test app using GAE/J + Objectify and now trying to query my Data with Full Text Search (assuming Full Text Search is same as queries my data with GQL). When I go to http://localhost:8888/_ah/admin/search it shows me following error:
There are no Full Text Search indexes in the Empty namespace. You need to add data programatically before you can use this tool to view and edit it.
I do have some data in my database to test the search.
What should I do enable that to search my data using GQL.