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:
  • Constructor Details

    • ParserPostProcessor

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