Class Summary

Object
com.liferay.portal.kernel.search.Summary

public class Summary extends Object
Author:
Brian Wing Shun Chan, Ryan Park, Tibor Lipusz
  • Constructor Details

  • Method Details

    • getContent

      public String getContent()
    • getHighlightedContent

      public String getHighlightedContent()
    • getHighlightedTitle

      public String getHighlightedTitle()
    • getLocale

      public Locale getLocale()
    • getMaxContentLength

      public int getMaxContentLength()
    • getQueryTerms

      public String[] getQueryTerms()
    • getTitle

      public String getTitle()
    • isEscape

      public boolean isEscape()
    • isHighlight

      public boolean isHighlight()
    • setContent

      public void setContent(String content)
    • setEscape

      public void setEscape(boolean escape)
    • setHighlight

      public void setHighlight(boolean highlight)
    • setLocale

      public void setLocale(Locale locale)
    • setMaxContentLength

      public void setMaxContentLength(int maxContentLength)
    • setQueryTerms

      public void setQueryTerms(String[] queryTerms)
    • setTitle

      public void setTitle(String title)