• API

    Show / Hide Table of Contents

    Class DocData

    Output of parsing (e.g. HTML parsing) of an input document.

    Inheritance
    System.Object
    DocData
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class DocData

    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 System.DateTime was called, then the string returned is the output of DateToString(DateTime, DateTools.Resolution). 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
    System.Collections.Generic.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
    public void Clear()
    | Improve this Doc View Source

    SetDate(Nullable<DateTime>)

    Declaration
    public virtual void SetDate(DateTime? date)
    Parameters
    Type Name Description
    System.Nullable<System.DateTime> date
    | Improve this Doc View Source

    SetDate(String)

    Declaration
    public virtual void SetDate(string date)
    Parameters
    Type Name Description
    System.String date
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)