@Internal public class CompositeExtractor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_BODY
Deprecated.
since 7.14 use
SearchConstants.BODY_FIELD_NAME |
Constructor and Description |
---|
CompositeExtractor() |
Modifier and Type | Method and Description |
---|---|
Collection<FieldDescriptor> |
extract(Object searchable,
Iterable<Extractor2> extractors)
Aggregates output of a list of extractor2.
|
protected String |
unEscapeHtmlIfRequired(Object searchable,
String extractedText) |
@Deprecated public static final String CONTENT_BODY
SearchConstants.BODY_FIELD_NAME
public Collection<FieldDescriptor> extract(Object searchable, Iterable<Extractor2> extractors)
CONTENT_BODY
field will be concatenated. It is stored if
the concatenated data is below the value defined by system property
atlassian.indexing.contentbody.maxsize
. If this property is not defined threshold will default to 1 MB.Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences