Exclude folder from search

thumbnail
Hamidul Islam, modified 6 Years ago. Regular Member Posts: 111 Join Date: 5/22/08 Recent Posts

Hi All,

I have created IndexerPostProcessor project. In my code I have overriden below method


public void postProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext) throws Exception {

}

 

I want to exclude all the folders in the search result. How can I alter the query?

 

Environment :

Liferay 7 / elastic search

 

Regards

Hamidul Islam