Method StartDocument
StartDocument(Int32)
Called before writing the stored fields of the document.
WriteField(FieldInfo, IIndexableField) will be called
numStoredFields
times. Note that this is
called even if the document has no stored fields, in
this case numStoredFields
will be zero.
Declaration
public abstract void StartDocument(int numStoredFields)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numStoredFields |