Solandra
Solandra copied to clipboard
Solandra = Solr + Cassandra
I have a Solandra setup with around 300K docs and 78 indexed fields. After a initial full import I saw that both TL and TI row sizes are pretty large...
I am new to solandra, just now i set up solandra and run the demo app. But i need to implement solandra to java webapp using eclipse tool.How to do...
using solandra with cassandra 1.0.5 (commit 5dd17c89cd grimesp authored December 12, 2011), using org.apache.cassandra.dht.ByteOrderedPartitioner, using schema with field type: name="long" class="solr.LongField" omitNorms="true", using this field type in field: name="post_orig_id" type="long"...
We are testing copy of code pulled two days ago, and find that sorting not working at all; neither string nor numeric. Is there any kind of known bug with...
Hi, my documents has an id field, called "doc_id", declared with the following attributes: <field name="doc_id" type="long" indexed="true" stored="true" required="true" /> This id is marked as an unique key with...
Is it possible to highlight whole query terms? f.e. when I ask for "United States" I want to get <em>United States</em> and not <em>United</em> <em>States</em>. I've searched the whole Internet...
Does anyone know a way to run the Solr admin app using the embedded Jetty? I'd like to be able to look directly at my index using that tool for...
Jake, I cloned your repository and modified SolandraTests.java to add a test case that asserts sorting of string data. This test case is failing. Please check it out and provide...
Cassandra 0.8 branch seems to work fine. I've been trying to get Solandra to work against Cassandra 1.0 branch. It's taken only a few edits to get the project to...
I have a a solr.BinaryField field. When I query, I see: ``` [B:[B@254ce181 ``` @tjake suggested a patch (https://gist.github.com/1352769), but this produces a null pointer exception (https://gist.github.com/1352766). According to [this](http://lucene.472066.n3.nabble.com/Solr-Images-Docs-and-Binary-data-td2785077.html)...