Class DocData
Output of parsing (e.g. HTML parsing) of an input document.
Inheritance
System.Object
DocData
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class DocData : object
Properties
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Date
Gets the date. If the ctor with was called, then the string
returned is the output of .
Otherwise it's the string passed to the other ctor.
Declaration
public virtual string Date { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Props
Declaration
public IDictionary<string, string> Props { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
SetDate(Nullable<DateTime>)
Declaration
public virtual void SetDate(DateTime? date)
Parameters
Type |
Name |
Description |
System.Nullable<DateTime> |
date |
|
|
Improve this Doc
View Source
SetDate(String)
Declaration
public virtual void SetDate(string date)
Parameters
Type |
Name |
Description |
System.String |
date |
|