I have add following code to config
mysite/_config.php
Object::add_extension('SiteTree', 'SolrIndexable');
Object::add_extension('Page_Controller', 'ExtensibleSearchExtension');
I am using ExtensibleSerarchExtension Module to show the search form in the frontend
When I Reindex /dev/tasks/SolrReindexTask?type=SiteTree. It shows
Reindex complete, 0 objects re-indexed
Jobs in queue are completed and Indexed . But nothing appears on search page.