rzajac
rzajac

Reputation: 1601

AppEngine Search API on development server

The problem is really strange. I index some documents on my local development server. The indexes are visible in the admin console (Text Search link). Then i restart the server with the --clear_datastore switch. All the datastore entities are gone but when I click on Text Search link in the Admin Console i still see the text search indexes.

How do I get rid of them?

Upvotes: 2

Views: 328

Answers (1)

Greg
Greg

Reputation: 10360

There is another flag, --clear_search_index, that should clear them

Upvotes: 6

Related Questions