org.apache.nutch.searcher
Class SummarizerFactory
java.lang.Object
org.apache.nutch.searcher.SummarizerFactory
public class SummarizerFactory
- extends Object
A factory for retrieving Summarizer
extensions.
- Author:
- Jérôme Charron
Field Summary |
static org.apache.commons.logging.Log |
LOG
My logger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
- My logger
SummarizerFactory
public SummarizerFactory(Configuration conf)
getSummarizer
public Summarizer getSummarizer()
- Get the first available
Summarizer
extension.
- Returns:
- the first available
Summarizer
extension, or
null
if none available.
Copyright © 2006 The Apache Software Foundation