Lucene.Net 1.9.1 Class Library

TermVectorsWriter Members

TermVectorsWriter overview

Public Static Properties

TvdExtension 
TvfExtension 
TvxExtension 

Public Instance Constructors

TermVectorsWriter Constructor

Public Instance Methods

AddAllDocVectors Add a complete document specified by all its term vectors. If document has no term vectors, add value for tvx.
AddTermOverloaded. Add term to the field's term vector. Field must already be open. Terms should be added in increasing order of terms, one call per unique termNum. ProxPointer is a pointer into the TermPosition file (prx). Freq is the number of times this term appears in this field, in this document.
CloseClose all streams.
CloseDocument 
CloseFieldFinished processing current field. This should be followed by a call to openField before future calls to addTerm.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IsDocumentOpen 
IsFieldOpenReturn true if a field is currently open.
OpenDocument 
OpenFieldStart processing a field. This can be followed by a number of calls to addTerm, and a final call to closeField to indicate the end of processing of this field. If a field was previously open, it is closed automatically.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

TermVectorsWriter Class | Lucene.Net.Index Namespace