mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
- issue #228
- temporarily we'll use buildonly, later we need to find a better solution - documented options in comments
This commit is contained in:
parent
6826351beb
commit
1c56ccdab2
@ -25,8 +25,13 @@ dir.root=${alfresco.data.location}
|
|||||||
# Allowed values are: NONE, AUTO, FULL
|
# Allowed values are: NONE, AUTO, FULL
|
||||||
index.recovery.mode=NONE
|
index.recovery.mode=NONE
|
||||||
# As we run embedded, we set Lucene
|
# As we run embedded, we set Lucene
|
||||||
|
# TODO: Find a better solution for indexing, as buildonly (embedded Lucene) is deprecated and going to be removed soon
|
||||||
|
#index.subsystem.name=noindex
|
||||||
|
#index.subsystem.name=solr
|
||||||
|
#index.subsystem.name=solr4
|
||||||
index.subsystem.name=buildonly
|
index.subsystem.name=buildonly
|
||||||
|
|
||||||
|
|
||||||
#dir.keystore=.
|
#dir.keystore=.
|
||||||
#keystore.password=storepassword
|
#keystore.password=storepassword
|
||||||
#metadata.password=metapassword
|
#metadata.password=metapassword
|
||||||
|
Loading…
x
Reference in New Issue
Block a user