Composite Content Handlers combine the actions of one or more Content Handlers (direct or composite) to provide
advanced functionality such as click logging, filtering, entity extraction, auto tagging, caching and so on.
AjaxDocumentContentHandler - DocumentContentHandler wrapper that provides a temporary "Processing" page while page is being acquired/processed.
CacheParamsContentHandlerFilter - Caches the current data acquired by a nested DocumentContentHandler. Can be used in cache mode to cache the output of its proxy.
RecommendDocumentContentHandler - Sends data to Verity Recommendation Engine when documents are requested by user. Verity Recommendation engine creates associations between entities.
SplitPageDocumentContentHandler - DocumentContentHandlerFilter that splits text pages into segments. The incoming page data is stored in an temporary result object field so that it can modified by a set of result formatters
StringFilterDocumentContentHandler - DocumentContentHandlerFilter that applies a String filter operation to the text content retrieved by its proxy DocumentContentHandler.
WatermarkingDocumentContentHandler - DocumentContentHandlerFilter that applies a watermark to the content retrieved by its proxy DocumentContentHandler.