Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.search.Summary

Packages that use Summary
com.liferay.portal.kernel.search   
 

Uses of Summary in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return Summary
protected  Summary BaseIndexer.createLocalizedSummary(Document document, Locale locale)
           
protected  Summary BaseIndexer.createLocalizedSummary(Document document, Locale locale, String titleField, String contentField)
           
protected  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, PortletURL portletURL)
           
protected  Summary FacetedSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  Summary FolderSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary SearchResult.getSummary()
           
 Summary Indexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary BaseIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary IndexerWrapper.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
 Summary DummyIndexer.getSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected static Summary SearchResultUtil.getSummary(Document document, String className, long classPK, Locale locale, PortletURL portletURL)
           
 Summary HitsOpenSearchImpl.getSummary(Indexer indexer, Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected static Summary SearchResultUtil.getSummary(String className, long classPK, Locale locale, PortletURL portletURL)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Summary
 void SearchResult.addFileEntry(FileEntry fileEntry, Summary summary)
           
 void IndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 void BaseIndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 void SearchResult.setSummary(Summary summary)
           
 


Liferay 6.2-ce-ga5