@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