diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-07-31 23:49:07 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-07-31 23:49:07 +0200 |
| commit | 3ce04cecf329036a3ab8010fd0eca61a5c14582b (patch) | |
| tree | 2be3213fe4cb15510fc3eb41503fdc24e53d7bf0 /defaults/solr | |
| parent | bbd242afb46c38f2d9c85e269dd26a46ff88466b (diff) | |
bad hack to prevent a bug appearing in solr
Diffstat (limited to 'defaults/solr')
| -rwxr-xr-x | defaults/solr/solrconfig.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 5f50ab580..fad3cc757 100755 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -125,8 +125,9 @@ solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. --> - <directoryFactory name="DirectoryFactory" - class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/> + <!-- <directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/> --> + <!-- for solr.MMapDirectoryFactory see: https://issues.apache.org/jira/browse/SOLR-2247 --> + <directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.MMapDirectoryFactory}"/> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index Config - These settings control low-level behavior of indexing |
