钩子Web内容搜索Portlet

时间:2015-06-15 09:58:41

标签: java search liferay hook

如何自定义搜索 Web内容搜索Portlet

我尝试在portal-ext.properties中添加以下内容,但似乎无效。结果总是“找不到与关键字匹配的页面:a。”。

com.liferay.portlet.blogs.util.BlogsOpenSearchImpl=true
com.liferay.portlet.bookmarks.util.BookmarksOpenSearchImpl=true
com.liferay.portlet.calendar.util.CalendarOpenSearchImpl=true
com.liferay.portlet.directory.util.DirectoryOpenSearchImpl=true
com.liferay.portlet.documentlibrary.util.DLOpenSearchImpl=true
com.liferay.portlet.imagegallery.util.IGOpenSearchImpl=true
com.liferay.portlet.journal.util.JournalOpenSearchImpl=true
com.liferay.portlet.messageboards.util.MBOpenSearchImpl=true
com.liferay.portlet.wiki.util.WikiOpenSearchImpl=true

它只搜索Web内容文件和期刊文章。我不知道该怎么办。请帮忙。谢谢

2 个答案:

答案 0 :(得分:1)

请尝试从Liferay控制面板中的服务器设置重新索引搜索索引。如果这没有帮助,请尝试在控制面板中调高记录级别。组: com.liferay.portal.search.lucene.LuceneIndexSearcherImpl可以调试甚至更高,如果你愿意的话。看看服务器输出并检查那里是否有一些有趣的东西。但我的第一个猜测是腐败的搜索索引。

答案 1 :(得分:1)

Web内容搜索 portlet仅搜索Web内容文章。 它们必须是要搜索的类型JournalArticle。

您可以尝试搜索 portlet。