Foren

No Search results for document library for huge data

Krishan Kumar, geändert vor 11 Jahren.

No Search results for document library for huge data

New Member Beiträge: 16 Beitrittsdatum: 18.01.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: No Search results for document library for huge data

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
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