Class HomePageExtractor
- java.lang.Object
 - 
- com.atlassian.confluence.impl.search.v2.extractor.HomePageExtractor
 
 
- 
- All Implemented Interfaces:
 Extractor2
public class HomePageExtractor extends Object implements Extractor2
Extracts Home Page status.- Since:
 - 7.20
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringHOME_PAGE_FIELDDeprecated.since 7.20 useSearchFieldMappings.HOME_PAGEinstead. 
- 
Constructor Summary
Constructors Constructor Description HomePageExtractor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FieldDescriptor>extractFields(Object searchable)Extract fields from the searchable object.StringBuilderextractText(Object searchable)Always returns an empty buffer. 
 - 
 
- 
- 
Field Detail
- 
HOME_PAGE_FIELD
@Deprecated public static final String HOME_PAGE_FIELD
Deprecated.since 7.20 useSearchFieldMappings.HOME_PAGEinstead. 
 - 
 
- 
Method Detail
- 
extractText
public StringBuilder extractText(Object searchable)
Always returns an empty buffer.- Specified by:
 extractTextin interfaceExtractor2- Parameters:
 searchable- a searchable object- Returns:
 - an empty buffer
 
 
- 
extractFields
public Collection<FieldDescriptor> extractFields(Object searchable)
Extract fields from the searchable object.- Specified by:
 extractFieldsin interfaceExtractor2- Parameters:
 searchable- a searchable object- Returns:
 - collection of fields extracted from the searchable object
 
 
 - 
 
 -