Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
This page gives an overview of the Apache Lucene search fields used in Confluence.
Confluence のデータは、検索で指定可能なフィールドに格納されます。指定のフィールドを検索するには、フィールド名の後にコロン ':' と検索する用語を続けて入力します。
基本例:
title:"Some Title"
labelText:chalk
フィールド指定はコロンの直後の用語にのみ適用されます。たとえば、次のクエリはタイトル フィールドで "Some" を検索し、既定のフィールドで "Heading" を検索します。
title:Some Heading
以下は、コンテンツの種類別に分けた検索可能なフィールドの一覧です。
名前 | インデックス化 | 保存 | トークン化 | 注意 |
|---|---|---|---|---|
handle | true | true | false |
|
type | true | true | false |
|
urlPath | true | true | false |
|
fullName | true | true | true |
|
title | true | true | false |
|
labelText | true | true | true |
|
modified | true | true | false |
|
created | true | true | false |
|
contentBody | true | true | true |
|
名前 | インデックス化 | 保存 | トークン化 | 注意 |
|---|---|---|---|---|
handle | true | true | false |
|
type | true | true | false |
|
urlPath | true | true | false |
|
title | true | true | true |
|
spacekey | true | true | false |
|
labelText | true | true | true |
|
modified | true | true | false |
|
created | true | true | false |
|
contentBody | true | true | true |
|
macroName | true | true | false | ページで使用されるマクロ名 |
名前 | インデックス化 | 保存 | トークン化 | 注意 |
|---|---|---|---|---|
handle | true | true | false |
|
type | true | true | false |
|
urlPath | true | true | false |
|
title | true | true | true |
|
spacekey | true | true | false |
|
labelText | true | true | true |
|
modified | true | true | false |
|
created | true | true | false |
|
contentBody | true | true | true |
|
macroName | true | true | false | ブログで使用されるマクロ名 |
名前 | インデックス化 | 保存 | トークン化 | 注意 |
|---|---|---|---|---|
handle | true | true | false |
|
type | true | true | false |
|
urlPath | true | true | false |
|
filename | true | true | true |
|
title | true | true | false |
|
comment | true | true | true |
|
spacekey | true | true | false |
|
modified | true | true | false |
|
created | true | true | false |
|
contentBody | true | true | true |
|
名前 | インデックス化 | 保存 | トークン化 | 注意 |
|---|---|---|---|---|
handle | true | true | false |
|
type | true | true | false |
|
urlPath | true | true | false |
|
title | true | true | true |
|
spacekey | true | true | false |
|
messageid | true | true | false |
|
inreplyto | true | true | false |
|
recipients | true | true | true |
|
labelText | true | true | true |
|
modified | true | true | false |
|
created | true | true | false | |
contentBody | true | true | true |
|
labelText:' 接頭語を使用して、特定のラベルのついたコンテンツを具体的に検索します。下記の表に Confluence 検索ボックスに入力可能な検索語の例と、予測される検索結果を表示しています。検索対象 | 返されるコンテンツの内容 |
|---|---|
| 単語 ' |
| 単語 ' |
| ラベル |
| ' |
Confluence サイトにアドオン(プラグインとも言う)をインストールする前に、アドオンの情報ページをチェックし、アドオンがアトラシアンによってサポートされているか、他のベンダーによってサポートされているか、またはまったくサポートされていないか確認してください。アドオンのサポート については、弊社のガイドラインを参照してください 。
This plugin extends the Confluence search, so that you can search for macro parameter names and values: the Confluence Macro Indexer plugin.