Updated asciidoc

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7381fd80
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7381fd80
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7381fd80

Branch: refs/heads/master
Commit: 7381fd80a11b8c1dfe36005ecd03181adc6eb965
Parents: df487b2
Author: Dhiraj Bokde <dhira...@yahoo.com>
Authored: Thu Sep 29 17:53:43 2016 -0700
Committer: Dhiraj Bokde <dhira...@yahoo.com>
Committed: Thu Sep 29 17:53:43 2016 -0700

----------------------------------------------------------------------
 .../camel-netty4-http/src/main/docs/netty4-http-component.adoc    | 3 ++-
 components/camel-solr/src/main/docs/solr-component.adoc           | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7381fd80/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc 
b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
index e18fdab..21d994a 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
@@ -109,7 +109,7 @@ The Netty4 HTTP component supports 6 options which are 
listed below.
 
 
 // endpoint options: START
-The Netty4 HTTP component supports 81 endpoint options which are listed below:
+The Netty4 HTTP component supports 82 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -163,6 +163,7 @@ The Netty4 HTTP component supports 81 endpoint options 
which are listed below:
 | producerPoolMinEvictableIdle | producer (advanced) | 300000 | long | Sets 
the minimum amount of time (value in millis) an object may sit idle in the pool 
before it is eligible for eviction by the idle object evictor.
 | producerPoolMinIdle | producer (advanced) |  | int | Sets the minimum number 
of instances allowed in the producer pool before the evictor thread (if active) 
spawns new objects.
 | useRelativePath | producer (advanced) | false | boolean | Sets whether to 
use a relative path in HTTP requests.
+| allowSerializedHeaders | advanced | false | boolean | Only used for TCP when 
transferExchange is true. When set to true serializable objects in headers and 
properties will be added to the exchange. Otherwise Camel will exclude any 
non-serializable objects and log it at WARN level.
 | bootstrapConfiguration | advanced |  | NettyServerBootstrapConfiguration | 
To use a custom configured NettyServerBootstrapConfiguration for configuring 
this endpoint.
 | channelGroup | advanced |  | ChannelGroup | To use a explicit ChannelGroup.
 | configuration | advanced |  | NettyHttpConfiguration | To use a custom 
configured NettyHttpConfiguration for configuring this endpoint.

http://git-wip-us.apache.org/repos/asf/camel/blob/7381fd80/components/camel-solr/src/main/docs/solr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-solr/src/main/docs/solr-component.adoc 
b/components/camel-solr/src/main/docs/solr-component.adoc
index 0be1bb4..c2a6916 100644
--- a/components/camel-solr/src/main/docs/solr-component.adoc
+++ b/components/camel-solr/src/main/docs/solr-component.adoc
@@ -46,7 +46,7 @@ The Solr component has no options.
 
 
 // endpoint options: START
-The Solr component supports 14 endpoint options which are listed below:
+The Solr component supports 15 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -63,6 +63,7 @@ The Solr component supports 14 endpoint options which are 
listed below:
 | soTimeout | producer |  | Integer | Read timeout on the underlying 
HttpConnectionManager. This is desirable for queries but probably not for 
indexing
 | streamingQueueSize | producer | 10 | int | Set the queue size for the 
StreamingUpdateSolrServer
 | streamingThreadCount | producer | 2 | int | Set the number of threads for 
the StreamingUpdateSolrServer
+| exchangePattern | advanced | InOnly | ExchangePattern | Sets the default 
exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
 | collection | solrCloud |  | String | Set the collection name which the 
solrCloud server could use
 | zkHost | solrCloud |  | String | Set the ZooKeeper host information which 
the solrCloud could use such as zkhost=localhost:8123.

Reply via email to