掲示板

Disabling full text indexing

thumbnail
12年前 に Ravi M によって更新されました。

Disabling full text indexing

New Member 投稿: 9 参加年月日: 11/10/29 最新の投稿
Hi,

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

Thanks,
thumbnail
12年前 に Björn Ryding によって更新されました。

RE: Disabling full text indexing

Liferay Master 投稿: 582 参加年月日: 07/05/16 最新の投稿
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
12年前 に Björn Ryding によって更新されました。

RE: Disabling full text indexing

Liferay Master 投稿: 582 参加年月日: 07/05/16 最新の投稿
BTW, this thread should be moved to the "Installation / Deployment / Setup" category of the forums.
thumbnail
12年前 に Ravi M によって更新されました。

RE: Disabling full text indexing

New Member 投稿: 9 参加年月日: 11/10/29 最新の投稿
Thank you Björn