Class CompositeExtractor

java.lang.Object
com.atlassian.confluence.internal.index.v2.CompositeExtractor

@Internal public class CompositeExtractor extends Object
Since:
7.14
  • Field Details

  • Constructor Details

    • CompositeExtractor

      public CompositeExtractor()
  • Method Details

    • extract

      public Collection<FieldDescriptor> extract(Object searchable, Iterable<Extractor2> extractors)
      Aggregates output of a list of extractor2. The 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.
    • unEscapeHtmlIfRequired

      protected String unEscapeHtmlIfRequired(Object searchable, String extractedText)