Class SpaceDescriptionUsernameExtractor
java.lang.Object
com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionUsernameExtractor
- All Implemented Interfaces:
Extractor2
Adding the "username" field to SpaceDescription index documents will allow them to be sorted together with PersonalInformation documents in People Directory search.
See com.atlassian.confluence.user.actions.PeopleDirectoryAction.search()
- Since:
- 7.17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractFields(Object searchable) Extract fields from the searchable object.extractText(Object searchable) Returns a buffer of text that will be appended onto the end of a larger buffer of text that will eventually become the searchable body text.
-
Constructor Details
-
SpaceDescriptionUsernameExtractor
public SpaceDescriptionUsernameExtractor()
-
-
Method Details
-
extractText
Description copied from interface:Extractor2Returns a buffer of text that will be appended onto the end of a larger buffer of text that will eventually become the searchable body text.- Specified by:
extractTextin interfaceExtractor2- Parameters:
searchable- a searchable object- Returns:
- Returns a buffer of text that will be appended onto the end of a larger buffer of text that will eventually become the searchable body text.
-
extractFields
Description copied from interface:Extractor2Extract fields from the searchable object.- Specified by:
extractFieldsin interfaceExtractor2- Parameters:
searchable- a searchable object- Returns:
- list of fields extracted from the searchable object
-