Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Anyone using ElasticSearch with Mongodb?

How to specify integer (or byte) instead of long in Ruby driver
(59 lines)
Nov 28, 2010
Gautam Mr
Gautam Mr
I would be very interested to hear the paths that you guys have chosen for
full text search on Mongodb documents.

Anyone using ElasticSearch for the same? If yes can you throw some light on
your experience as well as how you have done it.
Would like to know if there are better alternatives.

Would appreciate your thoughts.

Thanks
Gautam





Reply
Tags: full text search
Similar Threads
CouchDB ElasticSearch Integration Howto
Hi, ElasticSearch has added a feature which directly indexes couchdb documents. ElasticSearch listens on the CouchDB _changes interface and indexes the docs. This feature has undergone some changes in the current development series. So,…
MongoDB $or and $in
I'm just wondering if this is correct: doing an $or: [ { id: { $in:[1,2,3] } }, { id: { $in:[1,2,3] } } ] …
MongoDB 1.6.4 RC0 Available
MongoDB 1.6.4 RC0 is ready for testing. This is part of the 1.6 stable branch. For those following closely, you may have noticed that we've started providing release candidates for stable updates. Release candidates help to ensure that there are…
mongodb 1.5.8 doesn't run.
Hi. when I run mongodb version 1.5.8 I got this error below: mongod --shardsvr --port 71000 --dbpath ~/dbs/shard Wed Aug 4 01:43:06 terminate() called, printing stack: 0x80d3b0 0x7ff6283b2d16 0x7ff6283b2d43 0x7ff6283b2e3e 0x53d00f 0x81abaa…
Is MongoDB for me?
We are an SMS company. We have 2 million users, and are gaining fast. We're being deployed on some handsets, so we expect our SMS table to grow super exponentially. We currently us MySQL. We're using MySQL and moving towards a "Federation"…
Will MongoDB use multiCore CPU?
When MongoDB doing parallel query? will it use multiCore CPU? Thanks.
Possible to run node.js with MongoDB?
Hi, I was wondering that since MongoDB can be built with V8, if it would be possible to run Node.js and MongoDB together? The idea would be to have the event processing colocated with the the data processing so that the network hop is removed from…
I can't get the mongodb installed with yum
Hi, I just tried to install mongodb stable server on a Centos 5.4 64 bit , using the repo taken from : http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+Packages without success. This is my /etc/yum.repos.d/10gen.repo file : [10gen] name=10gen…
How the index be used in mongoDB?
Hi all : On the www.mongodb.org I found the statement below: "Make sure your indexes can fit in RAM". Now in our system the index has become large, > db.offer.totalIndexSize() 1480016832 The memory of one server is about 8G. We use the replica…
MongoDB Dashboard?
Are there any plans to support --rest on mongos with a page on status of the config servers and all shards? Or a 3rd party setup to monitor a sharded setup? Running puppet with puppet-dashboard was kind of nice so I was hoping for a dashboard to…
Re: MongoDB and dates
On Wed, Sep 8, 2010 at 5:50 AM, Sergei Tulentsev <sergei.tu### @gmail.com> wrote: > I need to migrate a large volume of data from MySQL. The application is > written using Rails framework and the tables have traditional created_at /…
Re: Will MongoDB use multiCore CPU?
Peng> When MongoDB doing parallel query? will it use multiCore CPU? Peng> Thanks. I think it is better to think in terms of "read operations" and "write operations". With "read operations" we then split again in server-side (JavaScript,…
MY GOD HELP ME REMOVE MONGODB!!!!!
I have looked at all 80 billion pages of Google and can not find how the #*&^(@#*&%$^@#( to shut down or uninstall MongoDB on my Snow Leopard Mac. I am running 1.4.2. I just want it gone. I guess I could delete the folder in the /usr/…
MongoDB in Cygwin
Has anybody got MongoDB running under Cygwin? If this is indeed possible. What dependencies need to be installed? Thanks.
MongoDB in the cloud
Today I can't fall asleep and to entertain myself I started wondering how one can create cloud DB hosting service with MongoDB. This is what I came up with: - all of the cluster configuration is stored on confg servers - single mongod node can…
Is sptd.sys used by MongoDb at all?
Does MongoDb use the sptd.sys driver at all? Does it install it? We're investigating an unexpected server restart whose memory dump points to sptd.sys, apparently being used by mongoe, which I personally do not understand as I was not exporting…
MongoDB 1.6.2 Released
MongoDB 1.6.2 has just been released. This version contains only bug fixes over 1.6.1. It is recommended that all users of 1.6.0 or 1.6.1 upgrade. Major Changes: - database isolation issue with concurrency and deletion of objects.…
Another mongodb Django ORM
Hello, I started another mongodb Django ORM project, mongomodel at https://code.google.com/p/mongomodel/ Even though there're many good mongodb/Django models, what I want to focus is supporting Django Admin Site and Join. Sure as MongoDB…
MongoDB, optimal RAM
Hello, I got a new server with 12GB RAM, and would like to know if I'm a bit more safe on the memory side? And in your opinion, what is the optimal ram for mongodb?
Re: MY GOD HELP ME REMOVE MONGODB!!!!!
How did you install? Seems like you installed via a package manager that installed a launch daemon so it always restarts. try: launchctl list | grep mongo On Wed, Sep 15, 2010 at 9:17 PM, cbmeeks <cbme### @gmail.com> wrote: > I have looked…