I'm new in Apache Lucene/Solr. I try to move from Elasticsearch to Apache Solr.
So, I have a question about following index data location configuration. *in Elasticsearch* # Can optionally include more than one lo # the locations (a la RAID 0) on a file l # space on creation. For example: # # path.data: /path/to/data1,/path/to/data2 *in Apache Solr* <dataDir>/var/data/solr/</dataDir> I want to configure multiple index data directory like Elasticsearch in Apache Solr. Is it possible? How I can reach the goal? -- --------------------------------------------------------------------- BLOG : http://www.codingstar.net ---------------------------------------------------------------------