Skip to content

Commit

Permalink
docs(settings): mark :SolrHostColonPort with @deprecated IQSS#7000
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Jun 23, 2022
1 parent 6e7978c commit a2edcf0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,12 @@ public enum Key {
*
*/
SearchRespectPermissionRoot,
/** Solr hostname and port, such as "localhost:8983". */
/**
* Solr hostname and port, such as "localhost:8983".
* @deprecated New installations should not use this database setting, but use {@link JvmSettings#SOLR_HOST}
* and {@link JvmSettings#SOLR_PORT}.
*/
@Deprecated(forRemoval = true, since = "2022-07-01")
SolrHostColonPort,
/** Enable full-text indexing in solr up to max file size */
SolrFullTextIndexing, //true or false (default)
Expand Down

0 comments on commit a2edcf0

Please sign in to comment.