@ -118,9 +118,10 @@
solr.RAMDirectoryFactory is memory based, not
solr.RAMDirectoryFactory is memory based, not
persistent, and doesn't work with replication.
persistent, and doesn't work with replication.
-->
-->
<!-- <directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"/> -->
<directoryFactory name= "DirectoryFactory" class= "${solr.directoryFactory:solr.NRTCachingDirectoryFactory}" />
<directoryFactory name= "DirectoryFactory" class= "${solr.directoryFactory:solr.MMapDirectoryFactory}" />
<!-- <directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.MMapDirectoryFactory}"/> -->
<!-- using MMapDirectoryFactory as solution for ClosedChannelException given in https://issues.apache.org/jira/browse/SOLR - 2247 -->
<!-- using MMapDirectoryFactory as solution for ClosedChannelException given in https://issues.apache.org/jira/browse/SOLR - 2247
this feature is now switched on in the startYACY.sh file using a -D option -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index Config - These settings control low-level behavior of indexing
Index Config - These settings control low-level behavior of indexing
@ -149,7 +150,7 @@
before flushing.
before flushing.
If both ramBufferSizeMB and maxBufferedDocs is set, then
If both ramBufferSizeMB and maxBufferedDocs is set, then
Lucene will flush based on whichever limit is hit first. -->
Lucene will flush based on whichever limit is hit first. -->
<!-- <ramBufferSizeMB> 256 </ramBufferSizeMB> -->
<!-- <ramBufferSizeMB> 3 2</ramBufferSizeMB> -->
<!-- <maxBufferedDocs>1000</maxBufferedDocs> -->
<!-- <maxBufferedDocs>1000</maxBufferedDocs> -->
<!-- Expert: Merge Policy
<!-- Expert: Merge Policy
@ -173,9 +174,7 @@
will be allowed before they are merged into one.
will be allowed before they are merged into one.
Default is 10 for both merge policies.
Default is 10 for both merge policies.
-->
-->
<!--
<mergeFactor > 4</mergeFactor>
<mergeFactor > 4</mergeFactor>
-->
<!-- Expert: Merge Scheduler
<!-- Expert: Merge Scheduler
The Merge Scheduler in Lucene controls how merges are
The Merge Scheduler in Lucene controls how merges are