On 30-Aug-07, at 9:43 AM, Panbodee Mekpaiboon wrote:
It seems like Solr uses only one index(which will be created under <dataDir> tag) but I need to create more than one index and it would nice to be able to specify the location of each index etc. Is there any way to manage solrindex on the fly (for Embedded version of Solr)?
Probably not until the multiple solr core support patch gets committed. SolrCore is currently a singleton.
-Mike