Apache Lucene.Net 2.4.0 Class Library API

SegmentInfos.Read Method

This version of read uses the retry logic (for lock-less commits) to find the right segments file to load.

Overload List

This version of read uses the retry logic (for lock-less commits) to find the right segments file to load.

public void Read(Directory);

Read a particular segmentFileName. Note that this may throw an IOException if a commit is in process.

public void Read(Directory,string);

See Also

SegmentInfos Class | Lucene.Net.Index Namespace