A DocMaker reading one line at a time as a Document from
a single file. This saves IO cost (over DirDocMaker) of
recursing through a directory and opening a new file for
every document. It also re-uses its Document and Field
instance to improve indexing speed.
Config properties:
docs.file=<path to the file%gt;