Uses of Class
com.liferay.portal.kernel.search.Summary
Packages that use Summary
-
Uses of Summary in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return SummaryModifier and TypeMethodDescriptionprotected Summary
BaseIndexer.createSummary
(Document document) protected Summary
BaseIndexer.createSummary
(Document document, String titleField, String contentField) protected abstract Summary
BaseIndexer.doGetSummary
(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) protected Summary
BaseSearcher.doGetSummary
(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) BaseIndexer.getSummary
(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) HitsOpenSearchImpl.getSummary
(Indexer<?> indexer, Document document, Locale locale, String snippet) Indexer.getSummary
(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse) default Summary
Indexer.getSummary
(Document document, Locale locale, String snippet) RelatedSearchResult.getSummary()
SearchResult.getSummary()
SummaryFactory.getSummary
(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) SummaryFactory.getSummary
(String className, long classPK, Locale locale) Methods in com.liferay.portal.kernel.search with parameters of type SummaryModifier and TypeMethodDescriptionvoid
SearchResult.addComment
(Comment comment, Summary summary) void
SearchResult.addFileEntry
(FileEntry fileEntry, Summary summary) void
BaseIndexerPostProcessor.postProcessSummary
(Summary summary, Document document, Locale locale, String snippet) void
IndexerPostProcessor.postProcessSummary
(Summary summary, Document document, Locale locale, String snippet) void
SearchResult.setSummary
(Summary summary) Constructors in com.liferay.portal.kernel.search with parameters of type Summary -
Uses of Summary in com.liferay.portal.kernel.search.dummy
Methods in com.liferay.portal.kernel.search.dummy that return SummaryModifier and TypeMethodDescriptionDummyIndexer.getSummary
(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)