Example usage for org.apache.lucene.benchmark.byTask.feeds HTMLParser interface-usage

List of usage examples for org.apache.lucene.benchmark.byTask.feeds HTMLParser interface-usage

Introduction

In this page you can find the example usage for org.apache.lucene.benchmark.byTask.feeds HTMLParser interface-usage.

Usage

From source file info.boytsov.lucene.parsers.DemoHTMLParser.java

/**
 * Simple HTML Parser extracting title, meta tags, and body text
 * that is based on <a href="http://nekohtml.sourceforge.net/">NekoHTML</a>.
 */
public class DemoHTMLParser implements HTMLParser {

From source file info.boytsov.lucene.parsers.LeoHTMLParser.java

/**
 * Simple HTML Parser extracting title, meta tags, and body text
 * that is based on org.htmlparser.
 */
public class LeoHTMLParser implements HTMLParser {

From source file parsers.DemoHTMLParser.java

/**
 * Simple HTML Parser extracting title, meta tags, and body text
 * that is based on <a href="http://nekohtml.sourceforge.net/">NekoHTML</a>.
 */
public class DemoHTMLParser implements HTMLParser {

From source file parsers.LeoHTMLParser.java

/**
 * Simple HTML Parser extracting title, meta tags, and body text
 * that is based on org.htmlparser.
 */
public class LeoHTMLParser implements HTMLParser {