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
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Lucene.Net.Index.TermInfosWriter Class Reference

This stores a monotonically increasing set of <Term, TermInfo> pairs in a Directory. A TermInfos can be written once, in order. More...

Inherits IDisposable.

Public Member Functions

void Dispose ()
 Called to complete TermInfos creation.
 

Public Attributes

const int FORMAT = - 3
 The file format version, a negative number.
 
const int FORMAT_VERSION_UTF8_LENGTH_IN_BYTES = - 4
 

Static Public Attributes

static readonly int FORMAT_CURRENT = FORMAT_VERSION_UTF8_LENGTH_IN_BYTES
 

Detailed Description

This stores a monotonically increasing set of <Term, TermInfo> pairs in a Directory. A TermInfos can be written once, in order.

Definition at line 31 of file TermInfosWriter.cs.

Member Function Documentation

void Lucene.Net.Index.TermInfosWriter.Dispose ( )

Called to complete TermInfos creation.

Definition at line 235 of file TermInfosWriter.cs.

Member Data Documentation

const int Lucene.Net.Index.TermInfosWriter.FORMAT = - 3

The file format version, a negative number.

Definition at line 34 of file TermInfosWriter.cs.

readonly int Lucene.Net.Index.TermInfosWriter.FORMAT_CURRENT = FORMAT_VERSION_UTF8_LENGTH_IN_BYTES
static

Definition at line 41 of file TermInfosWriter.cs.

const int Lucene.Net.Index.TermInfosWriter.FORMAT_VERSION_UTF8_LENGTH_IN_BYTES = - 4

Definition at line 38 of file TermInfosWriter.cs.


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