On 12/13/2011 6:16 AM, Dmitry Kan wrote: > If you allow me to chime in, is there a way to check for which > DirectoryFactory is in use, if > ${solr.directoryFactory:solr.StandardDirectoryFactory} has been configured?
I think you can get the currently used factory in a Luke response, if you hit your Solr server with a Luke request, eg http://localhost:8983/solr/admin/luke > > Dmitry > > 2011/12/12 Yury Kats <yuryk...@yahoo.com> > >> On 12/11/2011 4:57 AM, Rohit wrote: >>> What are the difference in the different DirectoryFactory? >> >> >> http://lucene.apache.org/java/3_3_0/api/core/org/apache/lucene/store/MMapDirectory.html >> >> http://lucene.apache.org/java/3_3_0/api/core/org/apache/lucene/store/NIOFSDirectory.html >> >