Elasticsearch solr river

Hi all,
I'd like to let you know that I published on github the first version of
the elasticsearch solr river, which allows to import data from a running
solr instance: https://github.com/javanna/elasticsearch-river-solr.

You can use the different parameters that Solr supports to retrieve data
from it.
There is no synchronization for now, meaning that it just imports data once
(as soon as the river is registered), and it can only import the fields
that are configured as stored in Solr.

If you are interested just give it a try and let me know what you think!

Cheers,
Luca

--

LOL !
With your plugin and the one from Matt Weber
(GitHub - mattweber/elasticsearch-mocksolrplugin: Use Solr clients/tools with ElasticSearch), it will be even
easier to migrate from SOLR to ES :wink:

Le 14 novembre 2012 à 20:30, Luca Cavanna cavannaluca@gmail.com a écrit :

Hi all,
I'd like to let you know that I published on github the first version of the
elasticsearch solr river, which allows to import data from a running solr
instance: GitHub - javanna/elasticsearch-river-solr: Solr River plugin for elasticsearch
https://github.com/javanna/elasticsearch-river-solr .

You can use the different parameters that Solr supports to retrieve data from
it.
There is no synchronization for now, meaning that it just imports data once
(as soon as the river is registered), and it can only import the fields that
are configured as stored in Solr.

If you are interested just give it a try and let me know what you think!

Cheers,
Luca

--

--
David Pilato
http://www.scrutmydocs.org/
http://dev.david.pilato.fr/
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--

Heh, it was a matter of time! :slight_smile:

We did this 3-way thing a while
back: https://github.com/sematext/SearchSchemer

Otis

Search Analytics - Cloud Monitoring Tools & Services | Sematext
Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Wednesday, November 14, 2012 2:30:40 PM UTC-5, Luca Cavanna wrote:

Hi all,
I'd like to let you know that I published on github the first version of
the elasticsearch solr river, which allows to import data from a running
solr instance: GitHub - javanna/elasticsearch-river-solr: Solr River plugin for elasticsearch.

You can use the different parameters that Solr supports to retrieve data
from it.
There is no synchronization for now, meaning that it just imports data
once (as soon as the river is registered), and it can only import the
fields that are configured as stored in Solr.

If you are interested just give it a try and let me know what you think!

Cheers,
Luca

--

Hi Otis,
thanks, I was aware of your project, nice one!
I'll probably use it when it will come to automatically create the mapping
from the Solr schema within the river itself. In fact you can download the
schema, convert it etc. It all depends on how many people are going to use
the river and need this feature out of the box.

For now, they can just generate the mapping with your SearchSchemer and
submit it, then run the solr river... or even register the river submitting
the mapping in one step.
Combining both projects you can start with elasticsearch in no time if you
have a solr index with enough stored fields :wink:

Luca

On Friday, November 16, 2012 5:46:31 AM UTC+1, Otis Gospodnetic wrote:

Heh, it was a matter of time! :slight_smile:

We did this 3-way thing a while back:
https://github.com/sematext/SearchSchemer

Otis

Search Analytics - Cloud Monitoring Tools & Services | Sematext
Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Wednesday, November 14, 2012 2:30:40 PM UTC-5, Luca Cavanna wrote:

Hi all,
I'd like to let you know that I published on github the first version of
the elasticsearch solr river, which allows to import data from a running
solr instance: GitHub - javanna/elasticsearch-river-solr: Solr River plugin for elasticsearch.

You can use the different parameters that Solr supports to retrieve data
from it.
There is no synchronization for now, meaning that it just imports data
once (as soon as the river is registered), and it can only import the
fields that are configured as stored in Solr.

If you are interested just give it a try and let me know what you think!

Cheers,
Luca

--

Aha, doing it in one go using SearchSchemer under the hood - molto good
idea, clever! :wink:

Otis

Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service
Search Analytics - Cloud Monitoring Tools & Services | Sematext

On Friday, November 16, 2012 3:59:06 AM UTC-5, Luca Cavanna wrote:

Hi Otis,
thanks, I was aware of your project, nice one!
I'll probably use it when it will come to automatically create the mapping
from the Solr schema within the river itself. In fact you can download the
schema, convert it etc. It all depends on how many people are going to use
the river and need this feature out of the box.

For now, they can just generate the mapping with your SearchSchemer and
submit it, then run the solr river... or even register the river submitting
the mapping in one step.
Combining both projects you can start with elasticsearch in no time if you
have a solr index with enough stored fields :wink:

Luca

On Friday, November 16, 2012 5:46:31 AM UTC+1, Otis Gospodnetic wrote:

Heh, it was a matter of time! :slight_smile:

We did this 3-way thing a while back:
https://github.com/sematext/SearchSchemer

Otis

Search Analytics - Cloud Monitoring Tools & Services | Sematext
Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Wednesday, November 14, 2012 2:30:40 PM UTC-5, Luca Cavanna wrote:

Hi all,
I'd like to let you know that I published on github the first version of
the elasticsearch solr river, which allows to import data from a running
solr instance: GitHub - javanna/elasticsearch-river-solr: Solr River plugin for elasticsearch.

You can use the different parameters that Solr supports to retrieve data
from it.
There is no synchronization for now, meaning that it just imports data
once (as soon as the river is registered), and it can only import the
fields that are configured as stored in Solr.

If you are interested just give it a try and let me know what you think!

Cheers,
Luca

--