Hi,
When I am trying to modify my search indexing configurations on my 5.4 instance, as mentioned in the following links: https://helpx.adobe.com/experience-manager/kb/SearchIndexingConfig.html and http://wiki.apache.org/jackrabbit/IndexingConfiguration.\
I found two index folders under the following locations.
<crx-quickstart>\repository\repository\index.
<crx-quickstart>\repository\worskpaces\crx.default\index. I wanted to know where the actual indexing happens.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
The CRX repository of CQ 5.4 has multiple workspaces for versioned nodes and regular content nodes. And for each workspace you will see Lucene indexes created in different locations. Check the below link[1] to see the list of indexes and which is what.
[1] http://www.wemblog.com/2011/09/which-index-is-what-in-cqcrx.html
Views
Replies
Total Likes
The CRX repository of CQ 5.4 has multiple workspaces for versioned nodes and regular content nodes. And for each workspace you will see Lucene indexes created in different locations. Check the below link[1] to see the list of indexes and which is what.
[1] http://www.wemblog.com/2011/09/which-index-is-what-in-cqcrx.html
Views
Replies
Total Likes
Thanks Kunal.
Let us say,we have a scenario where I have a huge content. Which would be the ideal way to index this huge content, in order to have a lesser downtime ?
Views
Replies
Total Likes
In CQ 5.x you can rebuild indexes but for that you will have to shut down the instance and restart it. And for big repositories the rebuilding time can be many hours and sometimes it may go beyond a day. In such a scenario, you should optimize your indexing configuration in such a way to index only the content/nodes which are relevant and configure indexing features which are needed. For example if you don't use auditing reports then you can remove those indexes. See link [1]. Also, to reindex big repository there is an option to rebuild the indexes (offline with the backup) so that the downtime can be minimized. See link [2].
[1] https://helpx.adobe.com/experience-manager/kb/how-to-optimize-lucene-index-to-gain-efficiency.htm
https://docs.adobe.com/docs/en/cq/5-6-1/deploying/performance.html#Search Indexing
[2] http://www.wemblog.com/2011/09/how-to-reindex-large-repository.html
Views
Replies
Total Likes
Views
Likes
Replies