Confluence 2.8 has reached end of life
Check out the [latest version] of the documentation
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 Search Fields
Pages
Name |
Indexed |
Stored |
Tokenized |
---|---|---|---|
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 |
News
Name |
Indexed |
Stored |
Tokenized |
---|---|---|---|
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 |
Attachments
Name |
Indexed |
Stored |
Tokenized |
---|---|---|---|
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
Name |
Indexed |
Stored |
Tokenized |
---|---|---|---|
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 |
Personal Information
Name |
Indexed |
Stored |
Tokenized |
---|---|---|---|
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 |