com.liferay.portal.search
Class IndexSearcherImpl

java.lang.Object
  extended by 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

Constructor Summary
IndexSearcherImpl()
           
 
Method Summary
 com.liferay.portal.kernel.search.Hits search(long companyId, com.liferay.portal.kernel.search.Query query, com.liferay.portal.kernel.search.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 com.liferay.portal.kernel.search.Hits search(long companyId,
                                                    com.liferay.portal.kernel.search.Query query,
                                                    com.liferay.portal.kernel.search.Sort[] sorts,
                                                    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