- temporarily we'll use buildonly, later we need to find a better
solution 
- documented options in comments
This commit is contained in:
mindthegab 2014-12-19 01:54:57 -05:00
parent 6826351beb
commit 1c56ccdab2

View File

@ -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