Constructor and Description |
---|
SimpleContentExtract(List<ContentExtractor> contentExtractors) |
Modifier and Type | Method and Description |
---|---|
ContentExtractor |
ExtractorFactory.getContentExtractor(ExtractRule contentRule)
根据内容提取规则生成内容提取器
|
abstract ContentExtractor |
AbstractExtractorFactory.getContentExtractor(ExtractRule contentRule)
根据内容提取规则生成内容提取器
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentExtractor
抽象内容提取器
|
class |
SimpleContentExtractor
简单内容提取器
|
Modifier and Type | Class and Description |
---|---|
class |
CharsetContentExtractor
charset提取器
提取网页中meta 区域中的keywords信息 |
class |
DescpContentExtractor
description提取器
提取网页中meta 区域中的description信息 |
class |
KeywordContentExtractor
keywords提取器
提取网页中meta 区域中的keywords信息 |
class |
TitleContentExtractor
title提取器
提取网页中head 区域中的title信息 |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.