Overload List
Name | Description | |
---|---|---|
SetValue(array<Byte>[]()[][]) | Expert: change the value of this field. See setValue(String). | |
SetValue(TextReader) | Expert: change the value of this field. See setValue(String). | |
SetValue(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. | |
SetValue(TokenStream) | Obsolete. Expert: change the value of this field. See setValue(String). | |
SetValue(array<Byte>[]()[][], Int32, Int32) | Expert: change the value of this field. See setValue(String). |