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
Classes | Namespaces | Typedefs
SegmentInfos.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Index.SegmentInfos
 A collection of segmentInfo objects with methods for operating on those segments in relation to the file system. More...
 
class  Lucene.Net.Index.SegmentInfos.FindSegmentsFile
 Utility class for executing code that needs to do something with the current segments file. This is necessary with lock-less commits because from the time you locate the current segments file name, until you actually open it, read its contents, or check modified time, etc., it could have been deleted due to a writer commit finishing. More...
 

Namespaces

package  Lucene.Net.Index
 

Typedefs

using ChecksumIndexInput = Lucene.Net.Store.ChecksumIndexInput
 
using ChecksumIndexOutput = Lucene.Net.Store.ChecksumIndexOutput
 
using Directory = Lucene.Net.Store.Directory
 
using IndexInput = Lucene.Net.Store.IndexInput
 
using IndexOutput = Lucene.Net.Store.IndexOutput
 
using NoSuchDirectoryException = Lucene.Net.Store.NoSuchDirectoryException
 

Typedef Documentation

Definition at line 22 of file SegmentInfos.cs.

Definition at line 23 of file SegmentInfos.cs.

Definition at line 24 of file SegmentInfos.cs.

Definition at line 25 of file SegmentInfos.cs.

Definition at line 26 of file SegmentInfos.cs.

Definition at line 27 of file SegmentInfos.cs.