Running Solr in memory? - Stack Overflow
For anyone looking to do this for the purpose of speeding up tests:
If you have a separate core for your test index, you can change the directoryFactory
attribute in solrconfig.xml
to:
<directoryFactory name="DirectoryFactory" class="solr.RAMDirectoryFactory"/>
Needless to say, it's not a good idea to keep any production data in memory only.
Read full article from Running Solr in memory? - Stack Overflow
No comments:
Post a Comment