Liferay 6.0.5

com.liferay.portal.search
Class IndexSearcherImpl

java.lang.Object
  extended by com.liferay.portal.search.IndexSearcherImpl
All Implemented Interfaces:
IndexSearcher

public class IndexSearcherImpl
extends Object
implements IndexSearcher


Constructor Summary
IndexSearcherImpl()
           
 
Method Summary
 Hits search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSearcherImpl

public IndexSearcherImpl()
Method Detail

search

public Hits search(long companyId,
                   Query query,
                   Sort[] sorts,
                   int start,
                   int end)
            throws SearchException
Specified by:
search in interface IndexSearcher
Throws:
SearchException

Liferay 6.0.5