The TermVectorOffsetInfo class holds information pertaining to a Term in a {@link Lucene.Net.Index.TermPositionVector}'s
offset information. This offset information is the character offset as set during the Analysis phase (and thus may not be the actual offset in the
original content).
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[SerializableAttribute] public class TermVectorOffsetInfo |
Visual Basic |
---|
<SerializableAttribute> _ Public Class TermVectorOffsetInfo |
Visual C++ |
---|
[SerializableAttribute] public ref class TermVectorOffsetInfo |