Class AddEntry
Represents an entry to be added or updated in the Lucene.Net index. Includes additional fields like SearchData that are indexed but not stored.
Inherited Members
Namespace: DataWeb.Search.Lucene
Assembly: DataWeb.Search.Lucene.dll
Syntax
public class AddEntry
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
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 |
SearchData
Gets or sets additional searchable data indexed but not stored (used for full-text search).
Declaration
public string SearchData { 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 |