Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DocData

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

    Inheritance
    object
    DocData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.