Confluence 2.8 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
This document intends to give programmers and advanced users of Confluence an overview over the lucene search fields used in Confluence.
Field searches
Confluence data is stored in fields which can be specified in the search. To search a specific field, type the name of the field followed by a colon ":" and then the term you are looking for.
title:"Some Title"
labelText:chalk
The field is only valid for the term directly preceeding the colon. The following query will only find "Some" in the title field and will search for Title in the default fields.
title:Some Title
Confluence 検索フィールド
ページ
名前 |
インデックス化 |
保存 |
トークン作成 |
---|---|---|---|
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 |
ニュース
名前 |
インデックス化 |
保存 |
トークン作成 |
---|---|---|---|
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 |
添付ファイル
名前 |
インデックス化 |
保存 |
トークン作成 |
---|---|---|---|
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 |
Mails
名前 |
インデックス化 |
保存 |
トークン作成 |
---|---|---|---|
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 |
個人情報
名前 |
インデックス化 |
保存 |
トークン作成 |
---|---|---|---|
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 |