Hi,
I've never used this plugin, but looking at the
READMEhttps://github.com/javanna/elasticsearch-river-solr/blob/master/README.mdit
seems that you have an "index" option that lets you specify where to
index your data:
"index" : {
"index" : "solr",
"type" : "import",
"bulk_size" : 100,
"max_concurrent_bulk" : 10,
"mapping" : "",
"settings": ""
}
If you need to take one core at a time and put it in different places, I
guess you can use multiple rivers with multiple configurations. For example:
"url" : "http://localhost:8983/solr/core1/",
for one river and
"url" : "http://localhost:8983/solr/core2",
for another and so on.
Best regards,
Radu
On Sat, Nov 30, 2013 at 7:54 PM, Bharvi Dixit bharvidixit@gmail.com wrote:
Hi all,
I am using solr-river plugin for migrating all the data from solr3.6 to
Elasticsearch.
My solr instance contains 5 cores and have to migrate all the cores into
correspondinx indexes of Elasticsearch.
I have migrated one core into Elasticsearch using solr-river but the
problem is:
During migration Elasticsearch creates one index with the name "solr" and
type "import"
- I want to rename this index to some other name which i am unable to do.
- I have know clue how can i migrate my all solr cores into different
indexes into Elasticsearch.
Please help me in these issue..
Thanks in advance.
Bharvi Dixit
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/2415a16d-2156-434b-8915-39afbe156821%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.
--
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAHXA0_2%3Da8wZGVmopa9sQnuGV4BgTLdxLgnjNSUbKoXxQ6sj7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.