This page last changed on Sep 07, 2011 by pwatson.
 | Purpose of this document
This page is intended for developers and advanced users of Confluence. It gives an overview of the Apache Lucene search fields used in Confluence. |
On this page: Searching for Content in Specific FieldsConfluence 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. Examples: The field specification applies only to the term directly preceding the colon. For example, the query below will look for "Some" in the title field and will search for "Heading" in the default fields. Confluence Search FieldsBelow are the fields which can be searched, listed by content type. Name | Indexed | Stored | Tokenised | Notes |
---|
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 | |
PagesName | Indexed | Stored | Tokenised | Notes |
---|
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 | The name of a macro used on the page |
BlogName | Indexed | Stored | Tokenised | Notes |
---|
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 | The name of a macro used in the blog |
AttachmentsName | Indexed | Stored | Tokenised | Notes |
---|
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 | |
Mail ItemsName | Indexed | Stored | Tokenised | Notes |
---|
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. |
|