Liferay 7.0-ce-b7 portal-test

com.liferay.portal.search.unit.test
Interface IndexingFixture


public interface IndexingFixture


Method Summary
 com.liferay.portal.kernel.search.IndexSearcher getIndexSearcher()
           
 com.liferay.portal.kernel.search.IndexWriter getIndexWriter()
           
 boolean isSearchEngineAvailable()
           
 void setUp()
           
 void tearDown()
           
 

Method Detail

getIndexSearcher

com.liferay.portal.kernel.search.IndexSearcher getIndexSearcher()

getIndexWriter

com.liferay.portal.kernel.search.IndexWriter getIndexWriter()

isSearchEngineAvailable

boolean isSearchEngineAvailable()

setUp

void setUp()
           throws Exception
Throws:
Exception

tearDown

void tearDown()
              throws Exception
Throws:
Exception

Liferay 7.0-ce-b7 portal-test