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:49:51 UTC

[solr] branch branch_9_0 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 branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit 4139a68a5a7a2868bf9eebe10f2c74db2eccfc7a
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)
    
    (cherry picked from commit 6181db1f3baa86cfb02d135704b6346623e0d804)
---
 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