Foros de discusión

No Search results for document library for huge data

Krishan Kumar, modificado hace 11 años.

No Search results for document library for huge data

New Member Mensajes: 16 Fecha de incorporación: 18/01/12 Mensajes recientes
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, modificado hace 11 años.

RE: No Search results for document library for huge data

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
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