Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Interface HitsProcessor

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

public interface HitsProcessor


Method Summary
 boolean process(SearchContext searchContext, Hits hits)
           
 

Method Detail

process

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

Liferay 6.2-ce-ga5