Method MakeDocument
MakeDocument()
Creates a Document object ready for indexing. This method uses the
ContentSource to get the next document from the source, and creates
a Document object from the returned fields. If
reuseFields
was set to true
, it will reuse Document
and Field instances.
Declaration
public virtual Document MakeDocument()
Returns
MakeDocument(Int32)
Same as MakeDocument(), only this method creates a document of the
given size input by size
.
Declaration
public virtual Document MakeDocument(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns