Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在liferay的全局搜索中搜索组织和用户。如何做到这一点?
我正在使用 liferay OrganizationIndexercust 扩展 BaseIndexer 。但是当我通过访客或登录搜索时,我无法搜索组织。
提前致谢
利用
组织LocalServiceUtil.search()
搜索组织和
UserLocalServiceUtil.search()
搜索用户。
search()请在调用搜索方法之前检查 java 文档,因为从索引或从数据库搜索有不同的方法。
search()