You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ab...@apache.org on 2023/01/04 21:08:53 UTC

[solr] branch main updated (df9a5fee4ab -> 257c93c956a)

This is an automated email from the ASF dual-hosted git repository.

abenedetti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


    from df9a5fee4ab tweaks to docs to make following along easier (#1259)
     add 257c93c956a SOLR-16567: KnnQueryParser support for both pre-filters and post-filter (#1245)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +
 .../apache/solr/handler/MoreLikeThisHandler.java   |  2 +-
 .../solr/handler/component/QueryComponent.java     |  2 +-
 .../handler/component/RealTimeGetComponent.java    |  4 +-
 .../java/org/apache/solr/search/QueryUtils.java    |  8 +--
 .../org/apache/solr/search/neural/KnnQParser.java  | 33 +++++--------
 .../apache/solr/search/neural/KnnQParserTest.java  | 57 ++++++++++++++++++++++
 .../org/apache/solr/handler/AnalyticsHandler.java  |  2 +-
 .../query-guide/pages/dense-vector-search.adoc     |  7 +++
 9 files changed, 85 insertions(+), 32 deletions(-)