From 98cbab7e5beb04eb14bbb785312a23ad181c041e Mon Sep 17 00:00:00 2001 From: Jon Wiggins <35540058+jonwiggins@users.noreply.github.com> Date: Wed, 25 Oct 2023 04:28:16 +1300 Subject: [PATCH] Fix link to lucene filtering implementation (#5382) Signed-off-by: jonwiggins --- _search-plugins/knn/filter-search-knn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/knn/filter-search-knn.md b/_search-plugins/knn/filter-search-knn.md index 8e349f1b59..9f46065222 100644 --- a/_search-plugins/knn/filter-search-knn.md +++ b/_search-plugins/knn/filter-search-knn.md @@ -67,7 +67,7 @@ The following flow chart outlines the Lucene algorithm. ![Lucene algorithm for filtering]({{site.url}}{{site.baseurl}}/images/lucene-algorithm.png) -For more information about the Lucene filtering implementation and the underlying `KnnVectorQuery`, see the [Apache Lucene documentation](https://issues.apache.org/jira/browse/LUCENE-10382). +For more information about the Lucene filtering implementation and the underlying `KnnVectorQuery`, see the [Apache Lucene documentation](https://lucene.apache.org/core/9_2_0/core/org/apache/lucene/search/KnnVectorQuery.html). ### Using a Lucene k-NN filter