Returns true if this segment is stored as a compound file; else, false.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public bool GetUseCompoundFile()
Visual Basic
Public Function GetUseCompoundFile As Boolean
Visual C++
public:
bool GetUseCompoundFile()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentInfo.GetUseCompoundFile"]

See Also