You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
681 B
12 lines
681 B
12 years ago
|
## Solr solrconfig.xml System property substitution
|
||
|
##
|
||
|
## This is the property file for 32 bit systems
|
||
|
##
|
||
|
## depending on system architecture one default property file is copied to core/conf directory
|
||
|
## is system architecture is 64bit property file solrcore.properties is copied to core/conf/solrcore.properties
|
||
|
## otherwise if exists property file solrcore.x86.properties is copied to core/conf/solrcore.properties
|
||
|
#
|
||
|
# The DirectoryFactory to use for indexes.
|
||
|
# Default for 32bit systems is solr.NRTCachingDirectoryFactory, for 64bit systems solr.MMapDirectoryFactory is recommended
|
||
|
solr.directoryFactory=solr.NRTCachingDirectoryFactory
|