Package com.liferay.portal.kernel.search

Examples of com.liferay.portal.kernel.search.Summary


  @Override
  protected Summary doGetSummary(Document document, Locale locale,
      String snippet, PortletURL portletURL) throws Exception {
   
    Summary summary = createSummary(document);

    summary.setMaxContentLength(200);

    return summary;
  }
View Full Code Here


  @Override
  protected Summary doGetSummary(Document document, Locale locale,
      String snippet, PortletURL portletURL) throws Exception {
   
    Summary summary = createSummary(document);

    summary.setMaxContentLength(200);

    return summary;
  }
View Full Code Here

TOP

Related Classes of com.liferay.portal.kernel.search.Summary

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.