This link has been bookmarked by 13 people . It was first bookmarked on 01 Nov 2007, by Ken Wei.
-
27 Feb 13
-
24 May 12
-
02 May 12
-
04 Oct 11
-
14 Apr 11
-
Add/Update, Commit, Delete, and Delete by query,
-
<add> <doc>
-
overwrite = "true" | "false"
-
commitWithin = "(milliseconds)"
-
boost = <float>
-
waitFlush = "true" | "false"
-
waitSearcher = "true" | "false"
-
expungeDeletes = "true" | "false"
-
maxSegments = N — default is '1' — optimizes down to at most this number of segments
Solr1.3
-
Delete by id deletes the document with the specified ID.
-
Delete by query deletes all the documents that match the specified query.
-
Short update requests can also be sent using a GET request
-
Mixing add and delete elements in a single batch will throw an Illegal to have multiple roots (start tag in epilog?) exception
-
Instead, the add and delete elements must be enclosed in within an update element:
-
-
05 Sep 09
-
04 Dec 08
-
01 Nov 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.