Interface IHTMLParser
HTML Parsing Interface for test purposes.
Assembly: Lucene.Net.Benchmark.dll
Syntax
public interface IHTMLParser
Methods
Name | Description |
---|---|
Parse(DocData, String, Nullable<DateTime>, TextReader, TrecContentSource) | Parse the input TextReader and return DocData. The provided name, title, date are used for the result, unless when they're null, in which case an attempt is made to set them from the parsed data. |