Fix link to lucene filtering implementation (#5382)
Signed-off-by: jonwiggins <me@jonwiggins.org>
This commit is contained in:
parent
9a33429c77
commit
98cbab7e5b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue