add
" element:commitWithin
: (milliseconds) time for the document to be committed.doc
" element:boost
: (default: 1.0) a float number for the document boost value.field
" element:boost
: (default: 1.0) a float number for the field boost value.update
: "set
" | "add
" | "inc
"set
: sets a value (if null remove the value, or, in the case of a multi-valued field, remove all the values).add
: adds a new value to a multi-valued field.inc
: increments a value by a specific number.field
" elements sets the "update
" attribute,
then the operation will be considered an "add
" operation.id
", "field1
", and "field2
" are defined in your SchemaXml).stream.body
:solrconfig.xml
":