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

ElasticSearch as a database

Re: Please help me with this query
(25 lines)
Minor Typo for Native scripting
(16 lines)
May 16, 2011
Ville
Ville
I'm planning to use ES as a storage for JSON documents. The idea is to
reference each document with index/type/id and perform search queries
when needed.

I've heard some concerns that Lucene based indexes are not reliable
and that some documents might be missed. Is this still a valid
concern? E.g. if I were to store items like this
{..."done":"true"/"false"...}, is it possible that when searching for
documents where done=false some documents are never received by the
client?


Reply
Tags: index typesearch queriestype idindexesstorage
Messages in this thread
ElasticSearch as a database
reply Re: ElasticSearch as a database
(22 lines) May 16, 2011 12:09
reply Re: ElasticSearch as a database
(22 lines) May 16, 2011 14:31
reply Re: ElasticSearch as a database
(33 lines) May 16, 2011 14:52
reply Re: ElasticSearch as a database
(58 lines) May 16, 2011 16:26
reply Re: ElasticSearch as a database
(66 lines) May 16, 2011 16:28
reply Re: ElasticSearch as a database
(86 lines) May 16, 2011 16:33
reply Re: ElasticSearch as a database
(31 lines) May 17, 2011 02:31
reply Re: ElasticSearch as a database
(51 lines) May 17, 2011 06:36
reply Re: ElasticSearch as a database
(99 lines) May 17, 2011 08:11
reply Re: ElasticSearch as a database
(113 lines) May 17, 2011 08:57
Search the http://elasticsearch.org website with elasticsearch itself
February 11, 2011 08:53:09 AM
Hi, I've spent couple of hours during the last days with implementing an ElasticSearch-backed search for the ES website (so it could be “self-hosted”, so to speak), as we have been talking about it on IRC the other day. First, you can try the…
new to ElasticSearch
March 1, 2011 10:04:51 AM
Hello Group, Hello Shay, i'm currently looking for an alternative to SOLR, as SOLRs java api SOLRJ is more a mess than useful. As a typical newbie, I got a few questions that I couldn't answer myself by looking at the doc's. 1. Does ElasticSearch…
ElasticSearch and GeoIpSearch
October 26, 2010 11:03:07 AM
Oh... hey there ElasticSearchers :) Ok, so I'm thinking about using ES for looking up geo info about IP addresses. And I'm just wondering if someone has had some experience they would like to share. Or, if you have some insights on how this…
elasticsearch thoughts; also, a bug.
March 20, 2011 09:51:36 PM
Hey all. I just wanted to share my experiences with elasticsearch on a 10 node cluster and my thoughts. I've had a lot of fun using it, and will make heavy use of it in the future, :) http://blog.jinked.com/posts/30 I wanted to take the time to…
Re: ElasticSearch vs NoSQL
March 18, 2011 04:30:24 PM
I just started playing with ES and had to comment this subject. imo, this question in subject (discussion is great!) is plain wrong. What I would like to see somewhere is rather search and "nosql db". Keeping these two topics apart is like…
What is the storage used in Elasticsearch?
March 17, 2011 04:19:05 AM
Hi all, First, thanks for this great tool, Elasticsearch :o) I was wondering: what is the underlying JSON document database used in ES? Terrastore? I am digging into the code, looking for Java classes in charge of the persistance. Can you point…
ElasticSearch and doc type
April 5, 2011 11:34:15 PM
I read ElasticSearch online guide but found no information on why index name and doc type both exist. I wonder if doc type is a way to separate different indexes but all of them share the same logical name. I think that I am wrong because…
ElasticSearch Geo and rabbitMQ
December 30, 2010 08:47:03 AM
hi all, i'm new to elasticsearch and i'm looking for some directions. i would like to integrate geo searches into rabbitmq and since elasticsearch has integration for both i thought it could be the solution i am looking for. although there are some…
Re: From Compass to ElasticSearch
February 23, 2011 08:03:56 AM
I've finished a working POC, took some times because I did it on my free time... Gonna fork ES and add new code before this week-end. I let you know when code is ready ! See you guys, Alois Cochard http://aloiscochard.blogspot.com…
ElasticSearch 0.14.1 Released
December 29, 2010 06:12:05 AM
Hi, Just released a bug fix for 0.14.0 version that was just released. It fixed a major regression in the REST create index API. Details of the regression are here: https://github.com/elasticsearch/elasticsearch/issues/closed#issue/578 . sorry…
ElasticSearch 0.14 Released
December 28, 2010 04:00:15 AM
Hi, ElasticSearch 0.14 released, see more here: http://www.elasticsearch.com/blog/2010/12/27/0.14.0-released.html. cheers, -shay.banon
Re: ElasticSearch crashes OS?
May 1, 2011 02:06:33 PM
I didn't viewed a thread-count peak again (thread count was normal with ~60-70) but the system still crashes regularly without any reason :( (A lot times I saw that CPU usage increases continuously until >700% but today it crashed at ~130%) …
ElasticSearch 0.14.2 Released
January 5, 2011 03:51:05 PM
Hi, 0.14.2 is out, fixing a major bug in highlighting: https://github.com/elasticsearch/elasticsearch/issues/closed#issue/600 . There are also bug fixes and minor features added to this release, all found here:…
ElasticSearch 0.13.1 Released
December 3, 2010 01:46:16 PM
Hi, ElasticSearch 0.13.1 released with one major change, upgrading the Lucene version from 3.0.2 to 3.0.3. The new Lucene version fixes two important bugs, the first is a memory leak that happens when running a long indexing session, and the…
Anyone using ElasticSearch with Mongodb?
November 28, 2010 04:49:53 AM
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…
Re: ElasticSearch + Cassandra
April 6, 2011 03:41:24 PM
On 6 Apr., 14:21, Shay Banon <shay.b### @elasticsearch.com> wrote: > Yes, agreed, Solandra and Lucandra are pretty cool in terms of concepts, but I think they lack when it comes to how they use Lucene (putting the solr aspect aside).…
ElasticSearch and CouchDB
April 17, 2011 01:51:00 PM
If I have multiple instances of couch in a cluster with the same db should I register a river against each for the same db? Is it safe to do this? Thanks
From Compass to ElasticSearch
January 11, 2011 09:19:18 AM
(I hope this post didn't sent twice..) Hello, I would like to migrate an app I wrote using Compass to work with ElasticSearch (the Java API). I did some searches and experiments, but failed to find the answers, so can you point me to relevant…
elasticsearch sharding
February 14, 2011 08:04:46 AM
Hi, for my application i've tested Lucene, but quickly had problems with >10 million documents in one index on one server. Query latency growed up to several seconds and for some keywords result sets had been very large - up to out of memory.…
ElasticSearch + Cassandra
April 4, 2011 12:13:06 PM
Hi Everyone, Has anyone done/attempted to integrate ElasticSearch with Cassandra like was described at http://www.elasticsearch.org/blog/2010/02/25/nosql_yessearch.html ? I don't mean using Cassandra as a Gateway for ES, but using ES to query the…
Playframework + Morphia + MongoDb + ElasticSearch = Disater?
March 26, 2011
Guys I have a couple of questions: Q1. I am using Play 1.1.1 with the Morphia-MongoDB module and ElasticSearch for Indexing. Has any one tried this?…
Capitalization of First Name and Last Name at Database end, while fetching from database or via PHP Functions after fetchin it from database?
February 22, 2011
Which one is the faster approach: a) fetch first name and last name from database after capitalizing in required format at database end using…
Strategy on synchronizing database from multiple locations to a central database and vice versa
January 26, 2011
I have several databases located in different locations and a central database which is in a data center. All have the same schema. All of them are…
What commands would be required to export selected records from a MySQL database to a SQLite database?
December 23, 2010
I would like to write a script that supports the following workflow. given: a defined set of queries (select statements with table joins) that…
I'm getting a Database Object Not Closed Exception in SQLite (Android), but I'm explicitly closing my database... Help?
February 8, 2011
Here is the error: 02-08 16:35:00.899: ERROR/Database(468): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the…
Using MongoDB as our master database, should I use a separate graph database to implement relationships between entities?
April 28, 2011
We're currently in the process of implementing a CRM-like solution internally for a professional firm. Due to the nature of the information stored,…
Want to create a data warehouse... new database or just pile the tables into the existing database?
December 30, 2010
So I've got a MySQL database for an web community that is a potential stats goldmine. Currently I'm serving stats built via all sorts of nasty…
How to load a disk-based database to in-memory database using Sqlite in Mono?
February 26, 2011
Hi, Can I load a disk-database file (.db) to a in-memory database created by :memory: in Sqlite? I am using Mono, and Mono.Data.Sqlite is the…
Convert mysql database schema to html5 database creation script?
March 3, 2011
I am creating a google chrome extension and one of the things it needs is a html5 database. I have the database designed in mysql, are there any…
Syncing online database data with local sqlite database android
March 18, 2011
Hi, I couldn't really find information on this particular problem anywhere even though I know there is a lot of questions and documentation on…
Android: SQLite Database deleting all rows when opening pre-existing database
December 19, 2010
I am trying to open an SQLite database to update it with new rows. The trouble is, opening the database seems to delete all rows in it. Here is my…
How to create a users database in a couchapp with per user database security model? (per document read access)
March 27, 2011
Hi I read about two ways for implementing per-document read access for couchapps: Each user gets his own database which contains only data this user…
Migrating Data from a MySQL database to a PostgreSQL database with a different schema
April 18, 2011
I am migrating my site from PHP to Rails. At the same time I want to migrate my database from MySQL to PostgreSQL. However, the schema I have in the…
Liquibase out of sync with database - can I drop or fix the MySQL database manually?
April 4, 2011
Hi I managed to mess up my liquibase state (I created a changeset with a bad rollback that didn't match the changes, so after rolling back I…
Synchronizing local database with remote database and vice versa
February 23, 2011
I am developing a web application with php that needs to synchronize a local mysql database that a java desktop version of the web application is…
Importing and exporting between hosted database and local HTML5 database.
April 1, 2011
Hi, My case: I need to import data from a hosted MySQL database in the morning, to a local html5 (mysqlite) database on my iPad. And then in the…
MySql, how can I export indexes from my development database to my production database ?
January 20, 2011
I've been working on my development database and have tweaked its performance. However, to my surprise I can't find a way to export the indexes to…
Create copies of Oracle database tables in an SQLite database
March 31, 2011
I have 2 databases, Oracle and SQlite. And I want to create exact copies of some of the Oracle tables in SQLite in one of my applications. Most of…
What'd be a good open-source database for learning database design? (Designing the DBMS, not normalizing tables/etc)
February 16, 2011
As stated in the question, I'm not looking for help on database design in the terms of creating tables, normalization, etc. As a programming…
Copying a database into a new database including structure and data
January 14, 2011
In phpMyAdmin under operations I can "Copy database to:" and select Structure and data CREATE DATABASE before copying Add AUTO_INCREMENT value I…