DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SearchEntry

    Represents a search result entry retrieved from the Lucene.Net index. Contains all indexed fields that can be returned to the client.

    Inheritance
    object
    SearchEntry
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Search.Lucene
    Assembly: DataWeb.Search.Lucene.dll
    Syntax
    public class SearchEntry

    Properties

    Abstract

    Gets or sets the abstract or summary text of the entry. This field is boosted (weight 1.5) in search queries.

    Declaration
    public string Abstract { get; set; }
    Property Value
    Type Description
    string

    Culture

    Gets or sets the culture or language code of the entry.

    Declaration
    public string Culture { get; set; }
    Property Value
    Type Description
    string

    Date

    Gets or sets the date associated with the entry.

    Declaration
    public DateTimeOffset? Date { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    Group

    Gets or sets the group or classification of the entry.

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    string

    Id

    Gets or sets the unique identifier of the entry.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    ImageCode

    Gets or sets an image code or identifier for the entry.

    Declaration
    public string ImageCode { get; set; }
    Property Value
    Type Description
    string

    ImageUrl

    Gets or sets the URL of the image associated with the entry.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    string

    LinkUrl

    Gets or sets the URL link associated with the entry.

    Declaration
    public string LinkUrl { get; set; }
    Property Value
    Type Description
    string

    Title

    Gets or sets the title of the entry. This field is boosted (weight 2.0) in search queries.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Type

    Gets or sets the type or category of the entry.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX