Confluence Server および Data Center の検索インデックスの内容を表示する方法

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

目的

Confluence uses a search engine called Lucene. The search index is used by Confluence search, the dashboard, some macros, and many other places where we show information about content in your site.  

If you need to see more details of the indexed pages in your Confluence site, you can use Luke to browse the index files. Luke is a development and diagnostic tool that can be used to access existing Lucene indexes and allows you to display and modify their content.

ソリューション

To use Luke to browse the Confluence search index:

  1. Download luke-4.5.0-jar-with-dependencies.jar from https://github.com/DmitryKey/luke/releases/tag/4.5.0.   
    You'll need to download this specific version. Later versions won't work with Confluence's index. 
  2. Double click the file, or use the following command to launch Luke:

    java -jar luke-4.5.0-jar-with-dependencies.jar
  3. In Luke, select Open Lucene index
  4. In the path field, enter the path to the index directory <home-directory>/index. If you run Confluence in a cluster this will be in the local home directory. 
  5. Select the Open in Read-Only mode checkbox
  6. [OK] を選択します。


You can then browse or search for specific items in the index. You can find information about the syntax to use in the Lucene documentation

If you're having problems with your index, we don't recommend attempting to edit the index manually, unless directed by our support team. Instead, you may need to rebuild your index.  See Content Index Administration



最終更新日 2021 年 8 月 30 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.