Method StartDocument
StartDocument(Int32)
Called before writing the term vectors of the document.
StartField(FieldInfo, Int32, Boolean, Boolean, Boolean) will
be called numVectorFields
times. Note that if term
vectors are enabled, this is called even if the document
has no vector fields, in this case numVectorFields
will be zero.
Declaration
public abstract void StartDocument(int numVectorFields)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numVectorFields |