This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b82356519ed2b7de57411117494670cd0d0e6f85
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 26 17:25:36 2020 +0200

    Regen website docs
---
 docs/components/modules/ROOT/pages/solr-component.adoc | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/solr-component.adoc 
b/docs/components/modules/ROOT/pages/solr-component.adoc
index a92f055..16cedca 100644
--- a/docs/components/modules/ROOT/pages/solr-component.adoc
+++ b/docs/components/modules/ROOT/pages/solr-component.adoc
@@ -110,11 +110,8 @@ The following Solr operations are currently supported. 
Simply set an
 exchange header with a key of "SolrOperation" and a value set to one of
 the following. Some operations also require the message body to be set.
 
-* the INSERT operations use the
-http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.html[CommonsHttpSolrServer]
-* the INSERT_STREAMING operations use the
-http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.html[StreamingUpdateSolrServer]
-(*Camel 2.9.2*)
+* INSERT
+* INSERT_STREAMING
 
 [width="100%",cols="10%,10%,80%",options="header",]
 |=======================================================================
@@ -232,7 +229,7 @@ For more information, see these resources...
 http://lucene.apache.org/solr/tutorial.html#Querying+Data[Solr Query
 Tutorial]
 
-http://wiki.apache.org/solr/SolrQuerySyntax[Solr Query Syntax]
+https://lucene.apache.org/solr/guide/8_4/the-standard-query-parser.html[Solr 
Query Syntax]
 
 
 include::camel-spring-boot::page$solr-starter.adoc[]

Reply via email to