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

Confluence 検索フィールド

以下は、コンテンツの種類別に分けた検索可能なフィールドの一覧です。

個人情報

名前

インデックス化

保存

トークン化

注意

handle

true

true

false

 

type

true

true

false

 

urlPath

true

true

false

 

fullName

true

true

true

 

username

true

true

true

 

title

true

true

false

 

labelText

true

true

true

 

modified

true

true

false

 

created

true

true

false

 

userpermission

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

 

userpermission

true

true

false

 

contentBody

true

true

true

 

lastModifiers

true

true

false

Username of the user who last updated the page.

creatorName

true

true

false

Username of the user who added the page.

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

 

userpermission

true

true

false

 

contentBody

true

true

true

 

lastModifiers

true

true

false

Username of the user who last updated the blog post.

creatorName

true

true

false

Username of the user who created the blog post.

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

 

userpermission

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

userpermission

true

true

false

 

contentBody

true

true

true

 

lastModifiers

true

true

false

The username of the user who did the mail import, not the person who sent the email message.

creatorName

true

true

false

The username of the user who did the mail import, not the person who sent the email message.

他の例

ラベルの検索

'labelText:' 接頭語を使用して、特定のラベルのついたコンテンツを具体的に検索します。下記の表に Confluence 検索ボックスに入力可能な検索語の例と、予測される検索結果を表示しています。

検索対象

返されるコンテンツの内容

recipe labelText:chocolate

contains the word 'recipe' or has the label 'chocolate'

recipe AND labelText:chocolate

contains the word 'recipe' and has the label 'chocolate'

labelText:cake labelText:chocolate

has the label 'cake' or the label 'chocolate'

labelText:cake AND labelText:chocolate

has both labels 'cake' and 'chocolate'

The 'labelText:' prefix is an example of a search field. See more about Confluence Search Fields.

便利なプラグイン

Before installing an add-on (also called a plugin) into your Confluence site, please check the add-on's information page to see whether it is supported by Atlassian, by another vendor, or not at all. See our guidelines on add-on support.

This plugin extends the Confluence search, so that you can search for macro parameter names and values: the Confluence Macro Indexer plugin.