1
vote
0answers
34 views

Architecture for a recurring workorder system [closed]

I'm hoping for advice on designing a workorder system that has to support recurring workorders. For example, An administrator needs to be able to set a workorder to repeat in a unit of time like every ...
0
votes
1answer
107 views

ElasticSearch and Couchdb view

New to the whole ElasticSearch and couchDB setup. Just got a river going from ES to a db I have in couchDB. If I have a view in a db is there a way to just index that view? For example I have a db ...
0
votes
0answers
133 views

Setting up parent relationship in elasticsearch for CouchDB

I am trying to use elasticsearch for full text searching on my CouchDB. Following is the configuration of the index for dynamic mapping curl -XPUT 'http://localhost:9200/_river/my_index/_meta' -d '{ ...
1
vote
2answers
143 views

How do I index all the revisions of a couchdb doc using elasticsearch river plugin

I know how to set up the river plugin and search across it. The problem is if the same document is edited multiple times (multiple revisions), the data from oldest revision is retained and older data ...
1
vote
1answer
120 views

I am using river-couchdb with ElasticSearch and would like to reset its last_seq to 0. Anybody know if that's possible?

I am using this a plugin with elasticSearch called river-couchdb to create a full text index of my couchdb. It uses the couchdb _changes api to listen for documents. I assume it is keeping track of ...
1
vote
1answer
72 views

How to set all scalar types (number/boolean/string etc) to be set to type “string” during dynamic mapping (using river plugin)

This might be something really peculiar I'm trying to do. I'm running a "river" to dynamically index all data in my couchdb. As multiple users enter data into the system, sometimes there is a ...
1
vote
1answer
830 views

AJAX Call with Elasticsearch Search

I've been trying to figure out how to correctly request data from elasticsearch using a jQuery AJAX call. I either get an parsing error or I'll get every document in the index I'm searching under. ...
0
votes
1answer
270 views

Elasticsearch - River and nGrams

I am using ES with the river plugin, as I am using a couchDB and I am trying to use nGrams for my queries. I have done basically everything I need except for the fact that when someone inputs a space, ...
4
votes
2answers
132 views

Searching in couchdb or do river thru an elastic search

I understand we create views on couchdb and then we can search. Another interesting approach is to connect couchdb with elasticsearch thru river and search in elasticsearch. I have two questions: in ...
1
vote
1answer
198 views

Distinct selection with CouchDB and elasticsearch

I have this CouchDB/elasticsearch setup. CouchDB as a storage, elasticsearch for search. I need to execute this query, select distinct name from table in this "table" [ {name:'david' ... more ...
7
votes
0answers
436 views

How can i organize my ElasticSearch indexes? [closed]

I'm new to ElasticSearch which i try to use to help a cool startup that needs a search engine. My usecase is: Each user of the website has its personal space where he can create text documents Each ...
0
votes
1answer
126 views

How to search internal array by using elasticsearchclient

I have installed elasticsearch-river-couchdb and node elasticsearchclient. Now i am searching data in couchdb using node elasticsearchclient. I have JSON structure like this, { first_name: ...
0
votes
1answer
199 views

CouchDB river for ElasticSearch: filter and receive full document?

I'm trying to use a CouchDB design filter with my ElasticSearch CouchDB river. It seems when we set a filter, the url used by ElasticSearch is: ...
3
votes
1answer
221 views

indexing couchdb using elastic search

HI I have installed elastic search version 0.18.7 and configured couchdb by following the link http://www.elasticsearch.org/tutorials/2010/08/01/couchb-integration.html. I am trying to create indexing ...
3
votes
0answers
377 views

Analyzer not found performing query string over elasticsearch couchdb river

Pretty sure that I'm doing some huge mistake, but I have no clue how to sort it. My couchdb river and my index are defined as following: curl -XPUT 'localhost:9200/_river/my_index/_meta' -d '{ ...
2
votes
1answer
569 views

How to index CouchDB with Elastic Search River: In plain english

I really don't know what's going on with my configuration, but I'm just not able to query anything after indexing (don't even know if I'm doing the indexing part correctly). Could someone please tell ...
3
votes
1answer
542 views

elastic search + couchdb OR sphinx + mysql … for document review SaaS

I HAVE: Set of pre-processed office documents (Word, Excel, PDFs, Emails, Power Points, etc.) provided as "Load Files" (approx. 2-4 terabytes per set) "LOAD FILES" CONSIST OF: Single pg tiffs ...
0
votes
2answers
114 views

CouchDB-river and related documents

I have a product which is owned by a user in my CouchDB. product = name: 'Laptop' userId: somelongid user = username: 'James' With views and include_docs=true it returns: product = name: ...
3
votes
1answer
196 views

What's the smartest way of making my couchapp searchable?

I know, there's couchdb-lucene, but I'm hosted on the amazing IrisCouch and I can't really install plugins. Any other options left? What sort of setup would be the simplest and most transparent and ...
3
votes
1answer
1k views

ElasticSearch: Index only the fields specified in the mapping

I have an ElasticSearch setup, receiving data to index via a CouchDB river. I have the problem that most of the fields in the CouchDB documents are actually not relevant for search: they are fields ...
0
votes
1answer
166 views

Indexing a CouchDB view with ElasticSearch

Using the CouchDB river, it is possible to index CouchDB databases. Is it also possible to index a CouchDB view with Elastic Search?
0
votes
1answer
189 views

Creating an ElasticSearch index mixing two CouchDB rivers

I am trying to index two different CouchDB databases with Elastic Search, using a single index, but it seems that only one of the two databases is actually indexed. The documents from the other ...
2
votes
1answer
131 views

Elasticsearch + Couch = still need to use a separate ruby client?

For some reason I'm having trouble finding an answer to this, but it's a really simple question. Do I still need to use Tire or some other ruby elastic search client if I am using couch db with ...
0
votes
1answer
345 views

Hadoop CouchDB Elastic Search

I have already installed CouchDB (ver 1.1.0), Elastic Search (0.17.6) on my Fedora. I want now to install Hadoop Map/reduce (http://hadoop.apache.org/mapreduce/) and Hadoop DFS ...
2
votes
1answer
600 views

How can elastic search find words in attachment file of couchdb?

Hi Please give me the indication./ I am using the elastic search 0.17.6 and couchdb 1.1.0 I have created two documents on couchdb: Each document have the string fields: name, message. The first one ...
1
vote
1answer
155 views

How to make indexing in Couch Database?

In the elastic search i want to do indexing on multiple couch-databases for searching of record,is it Possible to index those databases at a time in couch database?????
27
votes
4answers
7k views

Elasticsearch as a database? [closed]

I have stumbled upon Elastic search which seems to be a very nice full text search engine. It is schema less, distributed, using JSON and RESTful API just like CouchDB. You can add records and ...
5
votes
1answer
1k views

CouchDB, Elastic Search, and River Plugin not operating correctly

I'm trying to get ElasticSearch to work, specifically with the River Plugin. For some reason I just can't get it to work. I've included the procedure I'm using to try and do it, found here: ...
1
vote
2answers
601 views

Using Elastic Search to Query inside arrays in CouchDB

My CouchDB database is structured like this: "custom_details": {"user_education": [{"device_id": "358328030246627","college_name": "College","college_year": "2014"},]} "custom_details_1": ...