Liferay 7.0-ce-b4

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


public interface IndexingFixture


Method Summary
 IndexSearcher getIndexSearcher()
           
 IndexWriter getIndexWriter()
           
 boolean isSearchEngineAvailable()
           
 void setUp()
           
 void tearDown()
           
 

Method Detail

getIndexSearcher

IndexSearcher getIndexSearcher()

getIndexWriter

IndexWriter getIndexWriter()

isSearchEngineAvailable

boolean isSearchEngineAvailable()

setUp

void setUp()
           throws Exception
Throws:
Exception

tearDown

void tearDown()
              throws Exception
Throws:
Exception

Liferay 7.0-ce-b4