TextField
Creates a new un-stored TextField with Reader value.
Parameters
name
field name
reader
reader value
Throws
if the field name is null
if the reader is null
Creates a new TextField with String value.
Parameters
name
field name
value
string value
store
Store.YES if the content should also be stored
Throws
if the field name or value is null.
Creates a new un-stored TextField with TokenStream value.
Parameters
name
field name
stream
TokenStream value
Throws
if the field name is null.
if the tokenStream is null