com.liferay.portal.kernel.search
Interface IndexSearcher


public interface IndexSearcher

View Source

Author:
Bruno Farache

Method Summary
 Hits search(long companyId, Query query, int start, int end)
           
 Hits search(long companyId, Query query, Sort sort, int start, int end)
           
 

Method Detail

search

Hits search(long companyId,
            Query query,
            int start,
            int end)
            throws SearchException
Throws:
SearchException

search

Hits search(long companyId,
            Query query,
            Sort sort,
            int start,
            int end)
            throws SearchException
Throws:
SearchException