You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/10 19:26:05 UTC

[solr] branch main updated: Index only latest version to avoid confusing search results (#845)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6181db1f3ba Index only latest version to avoid confusing search results (#845)
6181db1f3ba is described below

commit 6181db1f3baa86cfb02d135704b6346623e0d804
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Tue May 10 21:25:59 2022 +0200

    Index only latest version to avoid confusing search results (#845)
---
 solr/solr-ref-guide/playbook.template.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/playbook.template.yml b/solr/solr-ref-guide/playbook.template.yml
index c677f6c03ac..a9f3845db86 100644
--- a/solr/solr-ref-guide/playbook.template.yml
+++ b/solr/solr-ref-guide/playbook.template.yml
@@ -52,4 +52,5 @@ runtime:
   fetch: true
 antora:
   extensions:
-    - '@antora/lunr-extension'
+    - require: '@antora/lunr-extension'
+      index_latest_only: true