Please help! I am currently using Manticore 3.4.2 in ubuntu/bionic64
I have distributed, template and plain indexes. All of them passed indextool --check
. indextool --checkconfig
also passed. indexer --rotate --all --sighup-each
also successful.
But upon entering mysql -h0 -P9306
to select from the indexes, I got an error saying ERROR 1064 (42000): unknown local index(es) *index_name* in search request
What do you think is wrong?