我在Google App Engine中找到了这样的选项,但不知道如何编写搜索索引?
Search API:
--search_indexes_path SEARCH_INDEXES_PATH
path to a file used to store search indexes (defaults
to a file in --storage_path if not set) (default:
None)
--clear_search_indexes [CLEAR_SEARCH_INDEXES]
clear the search indexes (default: False)
如何强制将索引保存到文件,因为每次加载应用程序时重建它都会更快。