Package com.liferay.portal.kernel.search
Class BaseIndexerPostProcessor
Object
com.liferay.portal.kernel.search.BaseIndexerPostProcessor
- All Implemented Interfaces:
IndexerPostProcessor
- Author:
- Brian Wing Shun Chan, Ryan Park
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessContextBooleanFilter(BooleanFilter booleanFilter, SearchContext searchContext) voidpostProcessDocument(Document document, Object object) voidpostProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext) voidpostProcessSearchQuery(BooleanQuery searchQuery, BooleanFilter booleanFilter, SearchContext searchContext) voidpostProcessSummary(Summary summary, Document document, Locale locale, String snippet)
-
Constructor Details
-
BaseIndexerPostProcessor
public BaseIndexerPostProcessor()
-
-
Method Details
-
postProcessContextBooleanFilter
public void postProcessContextBooleanFilter(BooleanFilter booleanFilter, SearchContext searchContext) throws Exception - Specified by:
postProcessContextBooleanFilterin interfaceIndexerPostProcessor- Throws:
Exception
-
postProcessDocument
- Specified by:
postProcessDocumentin interfaceIndexerPostProcessor- Throws:
Exception
-
postProcessFullQuery
public void postProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext) throws Exception - Specified by:
postProcessFullQueryin interfaceIndexerPostProcessor- Throws:
Exception
-
postProcessSearchQuery
public void postProcessSearchQuery(BooleanQuery searchQuery, BooleanFilter booleanFilter, SearchContext searchContext) throws Exception - Specified by:
postProcessSearchQueryin interfaceIndexerPostProcessor- Throws:
Exception
-
postProcessSummary
- Specified by:
postProcessSummaryin interfaceIndexerPostProcessor
-