I have a custom Lucene index created for my project with all the
required properties. This is an assets implementation project and hence
the search filters are used to search assets.This search is OOB, with
custom properties added in search facets. This search is not working
because of node traversal issues. The page will just show the loading
icon, if we search something in the custom properties. These properties
which is being searched are already indexed in the custom index and the
query is p...