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 d97ddae7ab552349df292a3f6d0af06086aa6fbd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 26 17:24:28 2020 +0200 Camel-Solr: Fixed some old reference in docs --- components/camel-solr/src/main/docs/solr-component.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/components/camel-solr/src/main/docs/solr-component.adoc b/components/camel-solr/src/main/docs/solr-component.adoc index fc1be4b..64566d7 100644 --- a/components/camel-solr/src/main/docs/solr-component.adoc +++ b/components/camel-solr/src/main/docs/solr-component.adoc @@ -108,11 +108,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",] |======================================================================= @@ -230,7 +227,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[]