Confluence 3.3 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
The content indexes power Confluence's search functionality. They are also used for a number of related functions such as building email threads in the mail archive, the space activity feature and lists of recently-updated content. The Gliffy plugin also uses them for some of its functionality.
For reasons of efficiency, Confluence does not immediately add content to the index. New and modified Confluence content is first placed in a queue and the queue is processed once every minute (by default).
On this page:
Viewing the Content Index Summary
To see information about your Confluence instance's content indexing,
Go to the Confluence 'Administration Console'. To do this:
- Open the 'Browse' menu and select 'Confluence Admin'. The 'Administrator Access' login screen will be displayed.
- Enter your password and click 'Confirm'. You will be temporarily logged into a secure session to access the 'Administration Console'.
- Click 'Content Indexing' under the heading 'Administration' in the left-hand panel.
スクリーンショット: インデックスの概要
Rebuilding the Content Indexes
The content indexes are maintained automatically, but you may need to rebuild one or both of them manually under circumstances such as these:
- Your searching and mail threading are malfunctioning. (Rebuild the Search Index.)
- The Did You Mean feature is malfunctioning. (Rebuild the Did You Mean Index.)
- After an upgrade. If a content re-index is required after an upgrade, it will be noted in an upgrade subsection of the relevant release notes.
In new Confluence installations, the 'Did You Mean' feature is not initially activated. To activate it, you first need to build its index by clicking its 'Build' button on this page.
To rebuild either of the content indexes,
Go to the Confluence 'Administration Console'. To do this:
- Open the 'Browse' menu and select 'Confluence Admin'. The 'Administrator Access' login screen will be displayed.
- Enter your password and click 'Confirm'. You will be temporarily logged into a secure session to access the 'Administration Console'.
- Click 'Content Indexing' under the heading 'Administration' in the left-hand panel.
- Click the 'Rebuild' button in either the 'Search Index' or 'Did You Mean Index' sections on this page, depending on the particular index you want to rebuild.
- If one of these indexes has not yet been built, its button will indicate 'Build' instead of 'Rebuild).
- As shown in the image below, only one index can be (re)built at a time.
Screenshot: Content Indexing
Slow Reindexing
インデックス再作成は完了までに長い時間がかかるのでしょうか? 時間の長さは次の要因に依存します。
- Confluence インスタンスにおけるページ数。
- 添付ファイルの数、タイプ、およびサイズ。
- Confluence に割り振られたメモリの量。
It may help to increase the heap memory allocation of Confluence by following the instructions in the JIRA documentation.
Confluence の古いバージョンを実行していて、インデックスの再構築が進行していないことを確認した場合、Confluence をシャットダウンし、Java システムプロパティを bucket.indexing.threads.fixed=1
に設定して再起動する必要がある場合があります。これにより、インデックス再作成がシングルスレッドで、安定して実行されるようになります (速度は低下します)。
Viewing the Index Browser
Confluence はLucene という検索エンジンを使用します。Confluence サイトのインデックス化されたページの詳細を参照する必要がある場合は、Luke をダウンロードして実行できます。Luke は、既存の Lucene インデックスにアクセスする開発および診断ツールで、複数の方法でコンテンツを表示したり、変更したりできます。
Start Luke and use it to open the index
directory, located in your Confluence Home directory. For example:
c:\confluence\data\confluence-home\index
.
More Hints and Tips
- If you are still experiencing problems after performing the above rebuild, the next step might be to remove the index and rebuild it from scratch.
The space activity feature uses the index to store data. If you remove the index file, the existing activity data will disappear.
- 開発者コミュニティ向けのヒント: Confluence ソースがある場合、SmartListManager への参照を探してコンテンツ インデックスに依存している画面とリストを見つけることができます。
関連トピック
指定したラベルを持つコンテンツはありません。