I wanted to do some index configuration and had to delete the indexes. But when I restarted the server, the indexes were not getting created for the existing documents where as the new documents were getting indexed properly.
I noticed that the Tika bundles were not ready by the time Jackrabbit starts to rebuild the indexes during the Sling server start up. So I changed the start level of Tika bundles(both Core and Parser) from 15 to 10 and built the Sling again. This time, the indexes were rebuilt successfully during the server start up. -- View this message in context: http://apache-sling.73963.n3.nabble.com/Full-text-indexing-is-not-happening-tp4024383p4024660.html Sent from the Sling - Users mailing list archive at Nabble.com.
