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 c0e65580c071ec4e2f9d61467b12d3ae7b87eeb1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 26 17:13:50 2020 +0200

    Camel-Lucene: Upgrade the link to query parser syntax
---
 components/camel-lucene/src/main/docs/lucene-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-lucene/src/main/docs/lucene-component.adoc 
b/components/camel-lucene/src/main/docs/lucene-component.adoc
index d4eee89..0bc0db7 100644
--- a/components/camel-lucene/src/main/docs/lucene-component.adoc
+++ b/components/camel-lucene/src/main/docs/lucene-component.adoc
@@ -149,7 +149,7 @@ The query uses the searchable index to perform score & 
relevance based
 searches. Queries are sent via the incoming exchange contains a header
 property name called 'QUERY'. The value of the header property 'QUERY'
 is a Lucene Query. For more details on how to create Lucene Queries
-check out 
http://lucene.apache.org/java/3_0_0/queryparsersyntax.html[http://lucene.apache.org/java/3_0_0/queryparsersyntax.html]
+check out 
https://lucene.apache.org/core/8_4_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description[Query
 Parser Classic syntax]
 
 === Lucene Processor
 

Reply via email to