legacy-knowledge-base
公開されました Jul. 2, 2025

Lucene インデックスのさまざまな方法での保存

written-by

Liferay Support

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

この記事では、インデックスの格納場所を変更する方法を解説しています。

決議

portal.properties ファイルの lucene.store.type プロパティについての抜粋を参照してください。

Designate whether Lucene stores indexes in a file system or in RAM.
    #
    lucene.store.type=file
    #lucene.store.type=ram

portalプロパティをramに設定すると、サーバが再起動されるたびにインデックスが失われてしまいます。 RAMにデータを保存することは、非常に迅速なアクセスを目的としたものであり、サーバの再起動時にデータを引き継ぐものではないからです。 インデックスがラムに設定されている場合の症状としては、ユーザや組織の一覧を表示するためにサーバを起動するたびに再インデックスが必要になることが挙げられます。

did-this-article-resolve-your-issue

legacy-knowledge-base