Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
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 |
Definition at line 22 of file SegmentInfos.cs.
Definition at line 23 of file SegmentInfos.cs.
using Directory = Lucene.Net.Store.Directory |
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.