Package | Description |
---|---|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.search.dummy |
Modifier and Type | Method and Description |
---|---|
protected Summary |
BaseIndexer.createSummary(Document document) |
protected Summary |
BaseIndexer.createSummary(Document document,
String titleField,
String contentField) |
protected Summary |
BaseSearcher.doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
protected abstract Summary |
BaseIndexer.doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Summary |
RelatedSearchResult.getSummary() |
Summary |
SearchResult.getSummary() |
Summary |
Indexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated.
As of Wilberforce (7.0.x), replaced by
Indexer.getSummary(Document, String, PortletRequest,
PortletResponse) |
Summary |
BaseIndexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated.
As of Wilberforce (7.0.x), replaced by
BaseIndexer.getSummary(Document, String, PortletRequest,
PortletResponse) |
Summary |
SummaryFactory.getSummary(Document document,
String className,
long classPK,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Summary |
Indexer.getSummary(Document document,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Summary |
BaseIndexer.getSummary(Document document,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Summary |
HitsOpenSearchImpl.getSummary(Indexer<?> indexer,
Document document,
Locale locale,
String snippet) |
Summary |
SummaryFactory.getSummary(String className,
long classPK,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.addComment(Comment comment,
Summary summary) |
void |
SearchResult.addFileEntry(FileEntry fileEntry,
Summary summary) |
void |
IndexerPostProcessor.postProcessSummary(Summary summary,
Document document,
Locale locale,
String snippet) |
void |
BaseIndexerPostProcessor.postProcessSummary(Summary summary,
Document document,
Locale locale,
String snippet) |
void |
SearchResult.setSummary(Summary summary) |
Constructor and Description |
---|
RelatedSearchResult(T model,
Summary summary) |
Modifier and Type | Method and Description |
---|---|
Summary |
DummyIndexer.getSummary(Document document,
Locale locale,
String snippet)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DummyIndexer.getSummary(Document, String, PortletRequest,
PortletResponse) |
Summary |
DummyIndexer.getSummary(Document document,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse) |