Solr-Export

2012-09-06 Thread Helton Alponti
Hey Guys,

I created a program to export Solr index data to XML.

The url is https://github.com/eltu/Solr-Export

Tell me about any problem, please.

***  I only tested  with the Solr 3.6.1

Thanks,
Helton


Re: Does solr support multiple index set

2011-08-03 Thread Helton Alponti
Hello Sharath,

Yes you can create many indexes.

See this article: http://wiki.apache.org/solr/CoreAdmin

See you,
Helton

On Wed, Aug 3, 2011 at 4:55 PM, Sharath Jagannath
shotsonclo...@gmail.comwrote:

 Hey,

 This might be completely naive question.

 Could, I create more than one instance of index sets on a single instance
 of
 solr server?
 If so, how could I specify which schema to use and which index set to use.


 I am planning to create 2 separate index set using a single solr server.
 Data that needs to be indexed are coming from 2 disparate source and have
 different scheme.

 I want to create 2 separate schema like
 schema name=example1 version=1.4
 /schema

 schema name=example2 version=1.4
 schema

 and do all the regular operations (index, update, delete and query).


 Thanks,
 Sharath