Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Static Public Attributes | Protected Attributes | List of all members
Lucene.Net.Distributed.Indexing.IndexDocument Class Reference

Base class representing a record to be added to a Lucene index. More...

Inherited by Lucene.Net.Distributed.Indexing.DeleteIndexDocument.

Static Public Attributes

static BinaryFormatter Formatter = new BinaryFormatter()
 

Protected Attributes

Document _oDocument
 
int _intRecordId
 

Detailed Description

Base class representing a record to be added to a Lucene index.

IndexDocument contains a RecordId and a Lucene.Net.Document. The RecordId is interrogated to determine which index to add the associated Lucene.Net.Document.

Definition at line 40 of file IndexDocument.cs.

Member Data Documentation

int Lucene.Net.Distributed.Indexing.IndexDocument._intRecordId
protected

Definition at line 44 of file IndexDocument.cs.

Document Lucene.Net.Distributed.Indexing.IndexDocument._oDocument
protected

Definition at line 43 of file IndexDocument.cs.

BinaryFormatter Lucene.Net.Distributed.Indexing.IndexDocument.Formatter = new BinaryFormatter()
static

Definition at line 45 of file IndexDocument.cs.


The documentation for this class was generated from the following file: