public static class

PageContentEntityObjectExtractor.FieldNames

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.search.lucene.extractor.PageContentEntityObjectExtractor.FieldNames

Summary

Constants
String CONTAINER_CONTENT_TYPE
String PAGE_DISPLAY_TITLE
String PAGE_URL_PATH
Public Constructors
PageContentEntityObjectExtractor.FieldNames()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTAINER_CONTENT_TYPE

Constant Value: "container.content.type"

public static final String PAGE_DISPLAY_TITLE

Constant Value: "page.realTitle"

public static final String PAGE_URL_PATH

Constant Value: "page.urlPath"

Public Constructors

public PageContentEntityObjectExtractor.FieldNames ()