I am trying to add Custom Lucene index for search is search-custom-1 and this is not getting picked up when i tried to hit the query in query performance, its working in QA env and not in Dev and local, there could be a chance of not getting picked up in stage and prod , please let me know how to make my custom search index picked up when indexing happening.
Views
Replies
Total Likes
Hi @Som_ChaithanyaGo - See below
reindex
property to true
on the index node if it’s not active. <reindex>true</reindex> error.log
for indexing-related messages to identify issues.
this is the oak:index i am using it has reindex async and all
Non root indexes - If your query always perform search under certain paths then create index definition under those paths only. This might be helpful in multi tenant deployment where each tenant data is stored under specific repository path and all queries are made under those path.
In fact, it's recommended to use single index if all the properties being indexed are related. This would enable Lucene index to evaluate as much property restriction as possible natively (which is faster) and also save on storage cost incurred in storing the node path.
Views
Replies
Total Likes
Views
Likes
Replies