Class CompositeExtractor
- java.lang.Object
-
- com.atlassian.confluence.internal.index.v2.CompositeExtractor
-
@Internal public class CompositeExtractor extends Object
- Since:
- 7.14
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_BODY
Deprecated.since 7.14 useSearchConstants.BODY_FIELD_NAME
-
Constructor Summary
Constructors Constructor Description CompositeExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FieldDescriptor>
extract(Object searchable, Iterable<Extractor2> extractors)
Aggregates output of a list of extractor2.protected String
unEscapeHtmlIfRequired(Object searchable, String extractedText)
-
-
-
Field Detail
-
CONTENT_BODY
@Deprecated public static final String CONTENT_BODY
Deprecated.since 7.14 useSearchConstants.BODY_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
extract
public Collection<FieldDescriptor> extract(Object searchable, Iterable<Extractor2> extractors)
Aggregates output of a list of extractor2. TheCONTENT_BODY
field 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.
-
-