掲示板

No Search results for document library for huge data

11年前 に Krishan Kumar によって更新されました。

No Search results for document library for huge data

New Member 投稿: 16 参加年月日: 12/01/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
11年前 に Hitoshi Ozawa によって更新されました。

RE: No Search results for document library for huge data

Liferay Legend 投稿: 7942 参加年月日: 10/03/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