留言板

No Search results for document library for huge data

Krishan Kumar,修改在11 年前。

No Search results for document library for huge data

New Member 帖子: 16 加入日期: 12-1-18 最近的帖子
Hi
I am using liferay 6.0.5 CE with tomcat. There are more than 25 organizations + sub-organizations with document library and 3-4 lacs of documents in this document library.

Now the problem is that when I search for a word which results for about 1000-2000 docs from document library, it works fine but when I search for a keyword which should result more than 4-5K documents, there is no result for document library docs.

Please help.

Thanks
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: No Search results for document library for huge data

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
I'm not too sure but have you looked at the following properties?

#
# Set the limit for results used when performing index searches.
#
index.search.limit=10000

#
# Set this to true to enable scoring of results
#
index.search.scoring.enabled=true

#
# Set the limit for results used when performing index searches that are
# subsequently filtered by permissions.
#
index.filter.search.limit=5000