You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mu...@apache.org on 2020/07/11 08:33:02 UTC

[lucene-solr] branch master updated: Ref Guide: fix documentation for forceElevation param

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

munendrasn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new e355c61  Ref Guide: fix documentation for forceElevation param
e355c61 is described below

commit e355c616b3c1c681c54977fe3f164dd6af02cbad
Author: Munendra S N <mu...@apache.org>
AuthorDate: Sat Jul 11 13:56:20 2020 +0530

    Ref Guide: fix documentation for forceElevation param
---
 solr/solr-ref-guide/src/the-query-elevation-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/the-query-elevation-component.adoc b/solr/solr-ref-guide/src/the-query-elevation-component.adoc
index a5b98bd..f381de3 100644
--- a/solr/solr-ref-guide/src/the-query-elevation-component.adoc
+++ b/solr/solr-ref-guide/src/the-query-elevation-component.adoc
@@ -67,7 +67,7 @@ Specifies which fieldType should be used to analyze the incoming text. For examp
 Path to the file that defines query elevation. This file must exist in `<instanceDir>/conf/<config-file>` or `<dataDir>/<config-file>`. If the file exists in the `conf/` directory it will be loaded once at startup. If it exists in the `data/` directory, it will be reloaded for each IndexReader.
 
 `forceElevation`::
-By default, this component respects the requested `sort` parameter: if the request asks to sort by date, it will order the results by date. If `forceElevation=true` (the default), results will first return the boosted docs, then order by date.
+By default, this component respects the requested `sort` parameter: if the request asks to sort by date, it will order the results by date. If `forceElevation=true`, results will first return the boosted docs, then order by date. This defaults to `false`.
 This is also a request parameter, which will override the config.
 
 `useConfiguredElevatedOrder`::