Class SpaceDescriptionExtractor
java.lang.Object
com.atlassian.confluence.impl.search.v2.extractor.SpaceDescriptionExtractor
- All Implemented Interfaces:
- Extractor2
Adding the "content-name-unstemmed" field to the index document for a 
SpaceDescription object- Since:
- 7.20
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
SpaceDescriptionExtractorpublic SpaceDescriptionExtractor()
 
- 
- 
Method Details- 
extractTextDescription 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 interface- Extractor2
- 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.
 
- 
extractFieldsDescription copied from interface:Extractor2Extract fields from the searchable object.- Specified by:
- extractFieldsin interface- Extractor2
- Parameters:
- searchable- a searchable object
- Returns:
- list of fields extracted from the searchable object
 
 
-