Overload List

  NameDescription
Public methodSetValue(array<Byte>[]()[][])
Expert: change the value of this field. See setValue(String).
Public methodSetValue(TextReader)
Expert: change the value of this field. See setValue(String).
Public methodSetValue(String)

Expert: change the value of this field. This can be used during indexing to re-use a single Field instance to improve indexing speed by avoiding GC cost of new'ing and reclaiming Field instances. Typically a single {@link Document} instance is re-used as well. This helps most on small documents.

Each Field instance should only be used once within a single {@link Document} instance. See ImproveIndexingSpeed for details.

Public methodSetValue(TokenStream) Obsolete.
Expert: change the value of this field. See setValue(String).
Public methodSetValue(array<Byte>[]()[][], Int32, Int32)
Expert: change the value of this field. See setValue(String).

See Also