com.liferay.portal.kernel.search
Class IndexSearcherProxyBean
java.lang.Object
com.liferay.portal.kernel.messaging.proxy.BaseMultiDestinationProxyBean
com.liferay.portal.kernel.search.IndexSearcherProxyBean
- All Implemented Interfaces:
- IndexSearcher
public class IndexSearcherProxyBean
- extends BaseMultiDestinationProxyBean
- implements IndexSearcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexSearcherProxyBean
public IndexSearcherProxyBean()
getDestinationName
public String getDestinationName(ProxyRequest proxyRequest)
- Specified by:
getDestinationName
in class BaseMultiDestinationProxyBean
search
public Hits search(SearchContext searchContext,
Query query)
- Specified by:
search
in interface IndexSearcher
search
public Hits search(String searchEngineId,
long companyId,
Query query,
Sort[] sort,
int start,
int end)
- Specified by:
search
in interface IndexSearcher