result = search.get_indexes(namespace='', offset=0, limit=999, start_index_name='f35cef2dfb9a8f34e381386ec5a1f7ee', include_start_index=True, fetch_schema=False)
but, here not got id/index
how to get only id/index of record in Search API ? help !!
The above code will only get you the first batch of doc_ids I had to spent hours to find this. Use the following code to get all doc_ids...