com.liferay.portal.kernel.search
Interface HitsProcessor

All Known Implementing Classes:
AlternateKeywordQueryHitsProcessor, CollatedSpellCheckHitsProcessor, CompositeHitsProcessor, QueryIndexingHitsProcessor, QuerySuggestionHitsProcessor

public interface HitsProcessor

Author:
Michael C. Han

Method Summary
 boolean process(SearchContext searchContext, Hits hits)
           
 

Method Detail

process

boolean process(SearchContext searchContext,
                Hits hits)
                throws SearchException
Throws:
SearchException