Struct TermVectorOffsetInfo
The TermVectorOffsetInfo class holds information pertaining to a Term in a 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:
Assembly: Lucene.Net.NetCore.dll
Syntax
public struct TermVectorOffsetInfo : IEquatable<TermVectorOffsetInfo>
Constructors
Fields
Properties
Name |
Description |
EndOffset
|
The accessor for the ending offset for the term
|
StartOffset
|
The accessor for the starting offset of the term.
|
Methods
Operators