Apache Lucene.Net 2.4.0 Class Library API

TermVectorOffsetInfo Class

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).

For a list of all members of this type, see TermVectorOffsetInfo Members.

System.Object
   Lucene.Net.Index.TermVectorOffsetInfo

public class TermVectorOffsetInfo

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

TermVectorOffsetInfo Members | Lucene.Net.Index Namespace