Example usage for com.liferay.portal.search.internal.result SummaryFactoryImpl setIndexerRegistry

List of usage examples for com.liferay.portal.search.internal.result SummaryFactoryImpl setIndexerRegistry

Introduction

In this page you can find the example usage for com.liferay.portal.search.internal.result SummaryFactoryImpl setIndexerRegistry.

Prototype

@Reference(unbind = "-")
    public void setIndexerRegistry(IndexerRegistry indexerRegistry) 

Source Link

Usage

From source file:com.liferay.document.library.internal.search.SearchResultUtilDLFileEntryTest.java

License:Open Source License

protected SummaryFactory createSummaryFactory() {
    SummaryFactoryImpl summaryFactoryImpl = new SummaryFactoryImpl();

    summaryFactoryImpl.setIndexerRegistry(_indexerRegistry);

    return summaryFactoryImpl;
}