Questions tagged [solandra]

Solandra is a real-time distributed search engine built on Apache Solr and Apache Cassandra.

Solandra is a real-time distributed search engine built on Apache Solr and Apache Cassandra.

At its core, Solandra is a tight integration of Solr and Cassandra, meaning within a single JVM both Solr and Cassandra are running, and documents are stored and disributed using Cassandra's data model.

Solandra makes managing and dynamically growing Solr simple(r).

29 questions
1
vote
1 answer

How to use Solandra to index a Cassandra database

I am creating a Cassandra database and would like full-text indexing and searching on my Cassandra database. Several blogs and stackoverflow posts suggest indexing with Solandra, but do not say how. The Solandra wiki indicates that Solandra only…
David V
  • 11,531
  • 5
  • 42
  • 66
1
vote
1 answer

How to execute Solandra

I am going to use Solandra.But when I run solandra.bat file i gives me error like Starting Cassandra Server Error: Could not find or load main class solandra.SolandraServer
sachin007
  • 11
  • 4
1
vote
2 answers

Alternative Solandra for cassandra

Anyone knows an alternative to Solandra in Cassandra? I can't use "like" clause, and in my case i'll use always. Thanks.
Storm
  • 59
  • 1
  • 2
  • 12
1
vote
0 answers

Solandra missing results with date range query

I am using Solandra to search for events after a certain date. To do this I index the millis since epoch (as slong data type) and use a range search like so: start:[1348992000000 TO *] A lot of the time this works fine but sometimes there is weird…
0
votes
1 answer

solandra json update

I try to upload document using json api in the solandra platform. In order to do that, the command that I used to upload my document is like that curl http://localhost:8983/solandra/wikassandra/update/json -H…
jacob
  • 11
  • 1
  • 4
0
votes
2 answers

How to add data to the solr's schema

I try to add new data to the solandra according to the solr's schema but I can't find any example about this. My ultimate goal is to integrate solandra with django-solr. What I understand about the insert and updating in the solr based on the…
jacob
  • 11
  • 1
  • 4
0
votes
0 answers

Lucene query error: ArrayIndexOutOfBoundsException

I use Solandra (Solr 3.4 + Cassandra 1.0.3), a make some queries: Correct responses with…
Tom_LK
  • 113
  • 1
  • 2
  • 7
0
votes
1 answer

How/Why are these Solr Queries producing different results?

I'm using Apache Solr and querying an index with a schema that has a text field PostBody, a integer Userid field, and a trie based datetime field MostRecentActivityDate. I'm attempting to apply query-time boosting to my select query such that more…
DJSunny
  • 1,970
  • 3
  • 19
  • 27
0
votes
2 answers

Solr not matching. Threshold setting, or something weird?

I'm using solr to search for articles. I created 2 test "body" sentences which have the common word "tall", but there is no match. The Query---> Body:"There are tall people outside" AND !UserId:2 Does not match a post with: Body: the KU tower is…
DJSunny
  • 1,970
  • 3
  • 19
  • 27
0
votes
1 answer

Check out or Solandra(0.7) gives me NoSuchMethodError on start up

8:55:18,996 failed solandra.SolandraDispatchFilter-144715990: java.lang.NoSuchMethodError: org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg/w3c/dom/Node;Ljava/util/Properties;)V WARN 08:55:19,012 failed…
Jeryl Cook
  • 989
  • 17
  • 40
0
votes
1 answer

Full text search using solandra

I already have a cassandra database which has a column with text and other column with a document ID. I want to search the text column with a few phrases for some analytical purpose. I've decided to go with Solandra. Can anyone please suggest as to…
0
votes
1 answer

Cannot make any query to Solr

I am trying to setup Solandra (Solr + Cassandra), and to use it using SolrJ library. I managed to setup everything and add some documents using SolrJ, but when I tried to make a query it failed. I tried to execute query through url but it failed…
Revolution88
  • 688
  • 5
  • 17
0
votes
1 answer

Caching not Working in Cassandra

I dont seem to have any caching enabled when checking in Opscenter or cfstats. Im running Cassandra 1.1.7 with Solandra on Debian. I have set the required global options in cassandra.yaml: key_cache_size_in_mb: 800 key_cache_save_period:…
Sam
  • 161
  • 1
  • 14
-2
votes
1 answer

nodejs with solandra connection

How to connect nodejs with solandra? If it's possible provide some example code I want to learn nodejs with solandra. provide some sample code or some urls
user1105692
  • 99
  • 1
  • 4
1
2