Confluence 検索フィールド

このページの内容

お困りですか?

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

コミュニティに質問

このページでは、Confluence で使用される Apache Luceneを使用した 検索フィールドの概要を説明します。

CQL を使用したフィルター

Lucene フィールドの詳細を確認する前に、Confluence Query Language (CQL) によって提供される強力な検索フィルタリングについて確認することをおすすめします。

CQL およびその使用方法について

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、

特定のフィールドのコンテンツを検索する

Confluence のデータは、検索で指定可能なフィールドとして格納されます。特定のフィールドを検索するには、フィールド名の後にコロン ':' と検索する用語を続けて入力します。例:

title:"Some Title"
labelText:chalk

フィールド指定はコロンの直後の用語にのみ適用されます。たとえば、次のクエリはタイトル フィールドで "Some" を検索し、既定のフィールドで "Heading" を検索します。

 

title:Some Heading

Confluence の検索フィールドの高度な検索クエリでの使用の詳細については、「Confluence 検索構文」を参照してください。 

Confluence 検索フィールド

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

個人情報

名前

インデックス化

保存

トークン作成

注意

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


createdtruetruefalse

contentBody

true

true

true


注意

Confluence が使用している Lucene のバージョンを確認するには、<installation directory>/confluence/WEB-INF/lib に移動して、 Lucene jar ファイルを確認します。Lucene バージョン番号はファイル名の一部です。

最終更新日: 2019 年 1 月 20 日

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

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