Class RemoveEntry
Represents an entry to be removed from the Lucene.Net index. Identifies the entry by its Id and Culture.
Inherited Members
Namespace: DataWeb.Search.Lucene
Assembly: DataWeb.Search.Lucene.dll
Syntax
public class RemoveEntry
Properties
Culture
Gets or sets the culture or language code of the entry to remove.
Declaration
public string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the unique identifier of the entry to remove.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |