Doc store offset, if this segment shares the doc store files (stored fields and term vectors) with other segments. This is -1 if it does not share.

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

Syntax

C#
public int docStoreOffset
Visual Basic
Public docStoreOffset As Integer
Visual C++
public:
int docStoreOffset

See Also