Class UntokenizedTitleExtractor
java.lang.Object
com.atlassian.confluence.impl.search.v2.extractor.UntokenizedTitleExtractor
- All Implemented Interfaces:
- Extractor2
Extracts and indexes an untokenized title for sorting.
 
 From javadoc of Sort:
 
"... String term values can contain any valid String, but should not be tokenized ...".
See also: CONFSERVER-5322
- Since:
- 7.20
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionextractFields(Object searchable) Extract fields from the searchable object.extractText(Object searchable) Always returns an empty buffer.
- 
Constructor Details- 
UntokenizedTitleExtractorpublic UntokenizedTitleExtractor()
 
- 
- 
Method Details- 
extractTextAlways returns an empty buffer.- Specified by:
- extractTextin interface- Extractor2
- Parameters:
- searchable- a searchable object
- Returns:
- an empty buffer
 
- 
extractFieldsExtract fields from the searchable object.- Specified by:
- extractFieldsin interface- Extractor2
- Parameters:
- searchable- a searchable object
- Returns:
- collection of fields extracted from the searchable object
 
 
-