Fix link to lucene filtering implementation (#5382)

Signed-off-by: jonwiggins <me@jonwiggins.org>
This commit is contained in:
Jon Wiggins 2023-10-25 04:28:16 +13:00 committed by GitHub
parent 9a33429c77
commit 98cbab7e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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