|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Content | |
|---|---|
| com.endeca.itl.web.process | |
| org.apache.nutch.crawl | Crawl control code. |
| org.apache.nutch.fetcher | The Nutch robot. |
| org.apache.nutch.parse | |
| org.apache.nutch.protocol | |
| Uses of Content in com.endeca.itl.web.process |
|---|
| Methods in com.endeca.itl.web.process with parameters of type Content | |
|---|---|
List<com.endeca.itl.record.Record> |
EndecaRecordGenerator.generate(Content content,
Parse parse)
|
| Uses of Content in org.apache.nutch.crawl |
|---|
| Methods in org.apache.nutch.crawl with parameters of type Content | |
|---|---|
byte[] |
TextProfileSignature.calculate(Content content,
Parse parse)
|
byte[] |
MD5Signature.calculate(Content content,
Parse parse)
|
abstract byte[] |
Signature.calculate(Content content,
Parse parse)
|
| Uses of Content in org.apache.nutch.fetcher |
|---|
| Methods in org.apache.nutch.fetcher that return Content | |
|---|---|
Content |
FetcherOutput.getContent()
|
| Constructors in org.apache.nutch.fetcher with parameters of type Content | |
|---|---|
FetcherOutput(CrawlDatum crawlDatum,
Content content,
ParseImpl parse)
|
|
| Uses of Content in org.apache.nutch.parse |
|---|
| Methods in org.apache.nutch.parse with parameters of type Content | |
|---|---|
Parse |
ParseFilter.filter(Content content,
Parse parse)
Adds metadata or modifies parse |
Parse |
ParseFilters.filter(Content content,
Parse parse)
Run all defined filters. |
Parse |
HtmlParseFilter.filter(Content content,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Deprecated. Adds metadata or otherwise modifies a parse of HTML content, given the DOM tree of a page. |
Parse |
HtmlParseFilters.filter(Content content,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Deprecated. Run all defined filters. |
Parse |
Parser.getParse(Content c)
Creates the parse for some content. |
Parse |
ParseUtil.parse(Content content)
Performs a parse by iterating through a List of preferred Parsers
until a successful parse is performed and a Parse object is
returned. |
Parse |
ParseUtil.parseByExtensionId(String extId,
Content content)
Method parses a Content object using the Parser specified
by the parameter extId, i.e., the Parser's extension ID. |
| Uses of Content in org.apache.nutch.protocol |
|---|
| Methods in org.apache.nutch.protocol that return Content | |
|---|---|
Content |
ProtocolOutput.getContent()
|
static Content |
Content.read(DataInput in)
|
| Methods in org.apache.nutch.protocol with parameters of type Content | |
|---|---|
void |
ProtocolOutput.setContent(Content content)
|
| Constructors in org.apache.nutch.protocol with parameters of type Content | |
|---|---|
ProtocolOutput(Content content)
|
|
ProtocolOutput(Content content,
ProtocolStatus status)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||