SOLR_ALFRESCO_HOST
|
Solr needs to know how to register itself with Alfresco. The
default value is alfresco. |
SOLR_ALFRESCO_PORT
|
Solr needs to know how to register itself with Alfresco. The
default value is 8080. |
SOLR_SOLR_HOST
|
Alfresco needs to know how to call solr. The default value is
solr6. |
SOLR_SOLR_PORT
|
Alfresco needs to know how to call solr. The default value is
8983. |
SOLR_CREATE_ALFRESCO_DEFAULTS
|
Create the default alfresco and archive cores. The default value
is alfresco,archive. |
SOLR_OPTS
|
Options to pass when starting the Java process. |
SOLR_HEAP
|
The Java heap assigned to Solr. The default value is
2g. |
SOLR_JAVA_MEM
|
The exact memory settings for Solr. Note that SOLR_HEAP takes
precedence over this. The default value is -Xms2g
-Xmx2g. |
MAX_SOLR_RAM_PERCENTAGE
|
The percentage of available memory (an integer value) to assign
to Solr. Note that SOLR_HEAP and SOLR_JAVA_MEM take precedence over
this. The default value is 2
|
SEARCH_LOG_LEVEL
|
The root logger level (ERROR,
WARN, INFO,
DEBUG or TRACE). The default
value is INFO. |
ENABLE_SPELLCHECK
|
Whether spellchecking is enabled or not (true or
false). |
DISABLE_CASCADE_TRACKING
|
Whether cascade tracking is enabled or not (true
or false). Disabling cascade tracking will improve
performance, but result in some feature loss (such as path
queries). |
ALFRESCO_SECURE_COMMS
|
Whether communication with the repository is secured (https or
none). The default value is
none. |
SOLR_SSL_KEY_STORE
|
Path to SSL key store. |
SOLR_SSL_KEY_STORE_PASSWORD
|
Password for key store. |
SOLR_SSL_KEY_STORE_TYPE
|
Key store type. The default value is JCEKS. |
SOLR_SSL_TRUST_STORE
|
Path to SSL trust store. |
SOLR_SSL_TRUST_STORE_PASSWORD
|
Password for trust store. |
SOLR_SSL_TRUST_STORE_TYPE
|
Trust store type. The default value is JCEKS. |
SOLR_SSL_NEED_CLIENT_AUTH
|
This variable is used to configure SSL (true or
false). |
SOLR_SSL_WANT_CLIENT_AUTH
|
This variable is used to configure SSL (true or
false). |