Should I configure the lucene index during the migration from CQ5 to AEM6.1?
The http://docs.adobe.com/docs/en/aem/6-1/deploy/platform/queries-and-indexing.html documentation tells me that "Oak does not index content by default". This it seems that it was indexed by default with Jackrabbit 2 I wonder how I must configure the indexes after the migration to AEM 6.1 (with Oak) to have quite the same search performance as with Jackrabbit 2? The https://docs.adobe.com/docs/en/aem/6-1/deploy/upgrade.html documentation doesn't say anything about in indexes.
Also I wondered that within the new blank AEM 6.1 instanze I found 59 child nodes below the oak:index node. Amongst others a configuration of the "Lucene Full Text Index". Since "Oak does not index content by default" I would have expected not even to have a oak:index node at all (by default). So are there already indexes configured within AEM 6.1?
And finaly the question how often/fast the index rebuilds/update after changes in the content. I see that I can trigger the reindex by setting the reindex property to true. But we have some automated tests which create content and afterwards search for it. Of cause I am aware that the (Lucene Full Text) index builds asynchronous and so the test tries to find the content for a certain time before failing. But is there a way to know if the index was updated? Maybe at least a note within the log files?
Thanks in advance for the help and best regards
Michael