Skip to content

Commit

Permalink
Fix link to lucene filtering implementation (#5382)
Browse files Browse the repository at this point in the history
Signed-off-by: jonwiggins <[email protected]>
  • Loading branch information
jonwiggins authored Oct 24, 2023
1 parent 9a33429 commit 98cbab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/knn/filter-search-knn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98cbab7

Please sign in to comment.