com.liferay.portal.search
Class IndexSearcherImpl
java.lang.Object
com.liferay.portal.search.IndexSearcherImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.search.IndexSearcher
public class IndexSearcherImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.search.IndexSearcher
View Source
- Author:
- Bruno Farache
Method Summary |
com.liferay.portal.kernel.search.Hits |
search(long companyId,
com.liferay.portal.kernel.search.Query query,
int start,
int end)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
com.liferay.portal.kernel.search.Query query,
com.liferay.portal.kernel.search.Sort sort,
int start,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexSearcherImpl
public IndexSearcherImpl()
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
com.liferay.portal.kernel.search.Query query,
int start,
int end)
throws com.liferay.portal.kernel.search.SearchException
- Specified by:
search
in interface com.liferay.portal.kernel.search.IndexSearcher
- Throws:
com.liferay.portal.kernel.search.SearchException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
com.liferay.portal.kernel.search.Query query,
com.liferay.portal.kernel.search.Sort sort,
int start,
int end)
throws com.liferay.portal.kernel.search.SearchException
- Specified by:
search
in interface com.liferay.portal.kernel.search.IndexSearcher
- Throws:
com.liferay.portal.kernel.search.SearchException