Class DocData
Output of parsing (e.g. HTML parsing) of an input document.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class DocData
Properties
Body
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Date
Gets the date. If the ctor with DateTime was called, then the string returned is the output of DateToString(DateTime, DateResolution). Otherwise it's the string passed to the other ctor.
Declaration
public virtual string Date { get; }
Property Value
| Type | Description |
|---|---|
| string |
ID
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public int ID { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Props
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public IDictionary<string, string> Props { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Title
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Clear()
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public void Clear()
SetDate(DateTime?)
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public virtual void SetDate(DateTime? date)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | date |
SetDate(string)
Output of parsing (e.g. HTML parsing) of an input document.
Declaration
public virtual void SetDate(string date)
Parameters
| Type | Name | Description |
|---|---|---|
| string | date |