Package com.liferay.portal.kernel.search
Class Summary
Object
com.liferay.portal.kernel.search.Summary
- Author:
- Brian Wing Shun Chan, Ryan Park, Tibor Lipusz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
String[]
getTitle()
boolean
isEscape()
boolean
void
setContent
(String content) void
setEscape
(boolean escape) void
setHighlight
(boolean highlight) void
void
setMaxContentLength
(int maxContentLength) void
setQueryTerms
(String[] queryTerms) void
-
Constructor Details
-
Summary
-
Summary
-
-
Method Details
-
getContent
-
getHighlightedContent
-
getHighlightedTitle
-
getLocale
-
getMaxContentLength
public int getMaxContentLength() -
getQueryTerms
-
getTitle
-
isEscape
public boolean isEscape() -
isHighlight
public boolean isHighlight() -
setContent
-
setEscape
public void setEscape(boolean escape) -
setHighlight
public void setHighlight(boolean highlight) -
setLocale
-
setMaxContentLength
public void setMaxContentLength(int maxContentLength) -
setQueryTerms
-
setTitle
-