Author: buildbot
Date: Wed Aug  8 03:21:01 2012
New Revision: 828335

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/elasticsearch.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/elasticsearch.html
==============================================================================
--- websites/production/camel/content/elasticsearch.html (original)
+++ websites/production/camel/content/elasticsearch.html Wed Aug  8 03:21:01 
2012
@@ -116,7 +116,7 @@ elasticsearch:<span class="code-comment"
 <p>The following ElasticSearch operations are currently supported.  Simply set 
an endpoint URI option or exchange header with a key of "operation" and a value 
set to one of the following.  Some operations also require other parameters or 
the message body to be set.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">operation </th><th colspan="1" rowspan="1" 
class="confluenceTh">message body </th><th colspan="1" rowspan="1" 
class="confluenceTh">description</th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">INDEX</td><td colspan="1" rowspan="1" 
class="confluenceTd">Map of content keys/values</td><td colspan="1" rowspan="1" 
class="confluenceTd">adds content to an index and returns the content's indexId 
in the body</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">GET_BY_ID</td><td colspan="1" rowspan="1" 
class="confluenceTd">index id to retrieve</td><td colspan="1" rowspan="1" 
class="confluenceTd">returns a GetResult object in the body based on the 
specified indexId</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">operation </th><th colspan="1" rowspan="1" 
class="confluenceTh">message body </th><th colspan="1" rowspan="1" 
class="confluenceTh">description</th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">INDEX</td><td colspan="1" rowspan="1" 
class="confluenceTd">Map, String, byte[] or XContentBuilder content to 
index</td><td colspan="1" rowspan="1" class="confluenceTd">adds content to an 
index and returns the content's indexId in the body</td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">GET_BY_ID</td><td colspan="1" 
rowspan="1" class="confluenceTd">index id of content to retrieve</td><td 
colspan="1" rowspan="1" class="confluenceTd">retrives the specified index and 
returns a GetResult object in the body</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">DELETE</td><td colspan="1" rowspan="1" 
class="confluenceTd">index id of content to delete</td><td colspan="1" 
 rowspan="1" class="confluenceTd">deletes the specified indexId and returns a 
DeleteResult object in the body</td></tr></tbody></table>
 </div>
 
 


Reply via email to