Class CompositeExtractor
java.lang.Object
com.atlassian.confluence.internal.index.v2.CompositeExtractor
- Since:
 - 7.14
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionCompositeExtractor(List<ExtractorContextPreProcessor> contextPreProcessorList)  - 
Method Summary
Modifier and TypeMethodDescriptionextract(Object searchable, Iterable<Extractor2> extractors) Aggregates output of a list of extractor2.protected StringunEscapeHtmlIfRequired(Object searchable, String extractedText)  
- 
Field Details
- 
CONTENT_BODY
Deprecated.since 7.14 useSearchConstants.BODY_FIELD_NAME- See Also:
 
 
 - 
 - 
Constructor Details
- 
CompositeExtractor
 
 - 
 - 
Method Details
- 
extract
Aggregates output of a list of extractor2. TheCONTENT_BODYfield will be concatenated. It is stored if the concatenated data is below the value defined by system propertyatlassian.indexing.contentbody.maxsize. If this property is not defined threshold will default to 1 MB. - 
unEscapeHtmlIfRequired
 
 - 
 
SearchConstants.BODY_FIELD_NAME