Forums de discussion

Disabling full text indexing

thumbnail
Ravi M, modifié il y a 12 années.

Disabling full text indexing

New Member Publications: 9 Date d'inscription: 29/10/11 Publications récentes
Hi,

Please sugest is there a way to disable full text indexing on document library.
I am using liferay-6.0.6

Thanks,
thumbnail
Björn Ryding, modifié il y a 12 années.

RE: Disabling full text indexing

Liferay Master Publications: 582 Date d'inscription: 16/05/07 Publications récentes
You can set the following property in portal-ext.properties to 0 to disable indexing of file content.
    #
    # Set the maximum file size for indexing file contents. Files larger than
    # this property will not have their contents indexed, only their metadata
    # will be indexed. A value of -1 indicates that all file contents will be
    # indexed. A value of 0 indicates that no file contents will be indexed.
    #
    dl.file.indexing.max.size=10485760


Cheers,
Björn
thumbnail
Björn Ryding, modifié il y a 12 années.

RE: Disabling full text indexing

Liferay Master Publications: 582 Date d'inscription: 16/05/07 Publications récentes
BTW, this thread should be moved to the "Installation / Deployment / Setup" category of the forums.
thumbnail
Ravi M, modifié il y a 12 années.

RE: Disabling full text indexing

New Member Publications: 9 Date d'inscription: 29/10/11 Publications récentes
Thank you Björn