Table of Contents

Class DocumentWritingEventArgs

Namespace
Examine.Lucene
Assembly
Examine.Lucene.dll

Event arguments for a Document Writing event

public class DocumentWritingEventArgs : CancelEventArgs
Inheritance
DocumentWritingEventArgs
Inherited Members

Constructors

DocumentWritingEventArgs(ValueSet, Document)

public DocumentWritingEventArgs(ValueSet valueSet, Document d)

Parameters

valueSet ValueSet
d Document

Properties

Document

Lucene.NET Document, including all previously added fields

public Document Document { get; }

Property Value

Document

ValueSet

Fields of the indexer

public ValueSet ValueSet { get; }

Property Value

ValueSet