Re: CQL instead of SQL in Solr data-config

2012-09-26 Thread Chris Hostetter
: Does anyone have experience with or know if it's possible with the Solr
: data-config combined with Cassandra JDBC drivers
: (http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/) to add CQL to
: data-config instead of SQL and query Cassandra instead of a RDBMS?

data-config is just a feature of Solr's DataImportHandler (DIH) which 
uses the config as a way to pull data from configurable DataSources.

I don't know of any work done specifically to add Cassandra as a 
DIH DataSource -- but DIH isn't hte only way to add documents to Solr.

You can easily write your own client, using whatever langauge you choose, 
to read data from Cassandra and push it to solr to index...

https://wiki.apache.org/cassandra/ClientOptions


-Hoss


CQL instead of SQL in Solr data-config

2012-09-24 Thread PeterKerk
Please see this post here:
http://stackoverflow.com/questions/12324837/apache-cassandra-integration-with-apache-solr/12326329#comment16936430_12326329

Does anyone have experience with or know if it's possible with the Solr
data-config combined with Cassandra JDBC drivers
(http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/) to add CQL to
data-config instead of SQL and query Cassandra instead of a RDBMS?

Thanks!



--
View this message in context: 
http://lucene.472066.n3.nabble.com/CQL-instead-of-SQL-in-Solr-data-config-tp4009984.html
Sent from the Solr - User mailing list archive at Nabble.com.