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!
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!
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!
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
Luca
On Friday, November 16, 2012 5:46:31 AM UTC+1, Otis Gospodnetic wrote:
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!
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
Luca
On Friday, November 16, 2012 5:46:31 AM UTC+1, Otis Gospodnetic wrote:
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!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.