From c1dd5d6219c2fd180dda33e1e6b69fc91db746b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Oct 2023 15:28:43 +0000 Subject: [PATCH] Fix link to lucene filtering implementation (#5382) Signed-off-by: jonwiggins (cherry picked from commit 98cbab7e5beb04eb14bbb785312a23ad181c041e) Signed-off-by: github-actions[bot] --- _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