Solandra icon indicating copy to clipboard operation
Solandra copied to clipboard

Solandra = Solr + Cassandra

Results 59 Solandra issues
Sort by recently updated
recently updated
newest added

@jake can u help me with your new Updated. Solandra, actually make facing a problem when I make entry or add any user to my Cassandra Db it is reflected...

Hi, ``` I'am new to this technology and trying to run Solandra on local VM machine but i'am getting the following error can u help me ..... I have checked...

Hi there. I have a solandra cluster (based on apache-cassandra 1.1) on 5 nodes with replication factor of 3 for keyspace 'L'. This should give me high availability for solr...

Something very odd, when trying to write to solandra. We get this exception: Could not initialize class org.xerial.snappy.Snappy java.lang.NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy at lucandra.CassandraUtils.compress(CassandraUtils.java:771) at lucandra.IndexWriter.toBytesUsingThrift(IndexWriter.java:620) at lucandra.IndexWriter.addDocument(IndexWriter.java:328)...

CassandraUtil.createColumnName looks to be create a fake composite column: return (field + delimeter + text).getBytes("UTF-8"); Is there any reason not to use CompositeType here? Is it just that Solandra precedes...

Jake, Given DataStax' inclusion of Enterprise Search in DSE 2, what is the future of this separate Solandra project? Do you still intend to maintain this? Is this basically just...

Ant fails at /root/Solandra/src/org/apache/lucene/search/LucandraFieldCache.java:905 with: compile: [javac] /root/Solandra/build.xml:134: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /root/Solandra/build/classes [javac]...

I get the following output when I try to build Solandra against Cassandra 1.0.1: ``` compile: [javac] /usr/src/tjake-Solandra-462c13a/build.xml:134: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for...

hi, I was wondering do you plan to upgrade solandra to use solr 3.5? Could be useful for highlighting and few other things...

Hi Solanrdra team. I created a 2 node Solandra cluster and measured query performance (select/update). I found out the 2 node performance is approximately the same as for 1 node...