ERROR 1064 (42000): unknown local index(es) in search request

@Hadi_Sharghi pls show your searchd log

I can only assume that you started the searchd with no indexes, then updated the config file and built the index (indexer w/o --rotate). In this case to make the index appear in the searchd you can:

  • rebuild the index with indexer --rotate
  • call RELOAD INDEXES via the sql interface
  • restart the searchd
1 Like