Class ParserPostProcessor

  • All Implemented Interfaces:
    Serializable, Parser

    public class ParserPostProcessor
    extends ParserDecorator
    Parser decorator that post-processes the results from a decorated parser. The post-processing takes care of filling in the "fulltext", "summary", and "outlinks" metadata entries based on the full text content returned by the decorated parser.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParserPostProcessor

        public ParserPostProcessor​(Parser parser)
        Creates a post-processing decorator for the given parser.
        Parameters:
        parser - the parser to be decorated