Questions tagged [riak-search]
60 questions
9
votes
1 answer
How to index existing not-indexed data in riak search?
I am using Riak Search. At some point, I removed the index from the bucket. After having added some new objects into the bucket, I put the index back on.
When I search by the index, I can't find the objects which were not indexed.
How can I index…

Hao
- 6,291
- 9
- 39
- 88
4
votes
1 answer
How Do I Make a Faster Riak MapReduce Query?
How can we make our MapReduce Queries Faster?
We have built an application using a five node Riak DB cluster.
Our data model is composed of three buckets: matches, leagues, and teams.
Matches contains links to leagues and teams:
Model
var match =…

Brian P Johnson
- 703
- 6
- 17
3
votes
1 answer
Storing Images with Riak using PHP Client
I've been using Basho Riak for a few weeks now. I've only had to store string data.
However, I'm looking at using it to store Images and I would like some idea how I can do this with the PHP Client.
Below is the basic code to store…

ObiHill
- 11,448
- 20
- 86
- 135
3
votes
1 answer
Securing Riak on Ubuntu using Shorewall Firewall
I want to set up a Riak Cluster for a Web project.
However, I want to secure this cluster so that only My Web Server(s) can access Riak Cluster. Basically, I will have one or more Web Servers and 4 Riak servers (in a cluster).
I want to use…

ObiHill
- 11,448
- 20
- 86
- 135
3
votes
1 answer
Riak Search - Results limited to first 10000
I have a Riak Search node running and am trying out some test queries to get a feel for performance.
I'm running a query via the search shell, and the results are being restricted to the first 10000. I want all results to come back, but can't find…

AdaTheDev
- 142,592
- 28
- 206
- 200
3
votes
1 answer
How can I ask Riak 1.4 to index and then be able to search my document based on properties of embedded document?
Working with Riak 1.4.7
I have a document that has a property that is an array of embedded documents. Here is a sample of the document:
{"prospect":true,…

p.matsinopoulos
- 7,655
- 6
- 44
- 92
3
votes
1 answer
Riak search returns null
I'm trying to work with Riak on PHP. I read the documentation but no luck. So I've already configured the "search" option in /etc/init.d/app.conf as true. So, print_r($results) returns as null array.
# Connect to Riak
$client = new…

dr.linux
- 752
- 5
- 15
- 37
2
votes
1 answer
Riak Search across multiple buckets
I have three buckets, call them A, B, and C. Each bucket has some contents with the same structure, that has been index in Riak Search. For simplicity, let's pretend there's an email address and a password.
I want to create a Riak Search or…

ClubPetey
- 152
- 6
2
votes
0 answers
Is it possible (and wise) to add more data to the riak search index document, after the original riak object has been saved (with a precommit hook)?
I am using riak (and riak search) to store and index text files. For every file I create a riak object (the text content of the file is the object value) and save it to a riak bucket. That bucket is configured to use the default search analyzer.
I…

loxs
- 1,476
- 1
- 12
- 27
1
vote
1 answer
Riak Search giving me "Not found" error for available data
I've installed Riak 1.0.2 on Ubuntu Natty.
I have also added some sample data to the database. I'm using a LevelDB backend because I want to test the Secondary Indexing functionality.
I added a test_1 bucket. And to that bucket I added the following…

ObiHill
- 11,448
- 20
- 86
- 135
1
vote
0 answers
Riak: searchable list of maps (with CRDTs)
I have a use-case which consist in storing several maps under an attribute. It's the equivalent JSON list:
[
{"tel": "+33123456789", "type": "work"},
{"tel": "+33600000000", "type": "mobile"},
{"tel": "+79001234567", "type": "mobile"}
]
Also, I'd…

Tangui
- 3,626
- 2
- 26
- 28
1
vote
0 answers
Riak db returns 500 Internal server error
I seem to be having an issue with our riak-kv db v2.2.3, we are currently running 5 node cluster, out of nowhere last week suddenly requests to our db started returning 500 internal server error for all/almost every request (also might be valuable…

yonib
- 121
- 1
- 6
1
vote
1 answer
Riak KV 2.1.1 Java Client: No suitable method found for Client.execute ()
I am using Java client for Riak KV 2.1.1. After creating index and applying it to Namespace, I am getting the no suitable method found error even though I am following the documentation given on the website.
What is the solution for…

Ateeq
- 520
- 1
- 5
- 17
1
vote
0 answers
Yokozuna shutting down and taking Riak with it -Can't seem to find why
Currently experiencing an issue on a 10 node cluster, whereby after approx a day of running, 3 nodes will drop out (always a random 3).
Riak Version : 2.1.4
10 VM's running with 10GB Ram each, Running Oracle Linux version 7.3
Java Version…

J Fryer
- 11
- 1
1
vote
0 answers
How to parse associative type array in riak Kv?
How can I decode this JSON in Riak-solr?
{"policy_number":"1000067730-14","issue_date":"16/04/2016","expiry_date":"15/04/2017","discount_details":{"members":[{"member_id":"1111100018","memberName":"Ms Sonali…

Shahzad Hussain
- 57
- 8