I'm using indexed_search, indexed_search_mysql
and crawler extensions for my website. I created a crawler
record under Crawler Configuration
and ran it. This crawls through all the pages successfully.
Configurations index_enable and index_externals
are set true
The problem is none of the crawled stuff are showing up in the index
tables. The info>Indexed Search
shows all the pages as 'not indexed'.
indexed_search only works when disableFrontendIndexing is set false
. But for this I'd have to visit every page.
Are there any other configurations that i'm missing here?