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

Big shared elasticsearch

fragment_size doesn't work with quoted phrase?
(22 lines)
Trying to understand search scalability
(37 lines)
Jun 17, 2011
Paul Loy
Paul Loy
Hi Shay,

I was wondering what your opinion may be on whether I should be able to
create Elastic Search as a Service (ESaaS).

That is, have a bunch of EC2 instances all clustered up, and then add an
arbitrary number of indices (and shards / replicas) for customers. Then I
could just add instances when load was high, and remove them when it was
lower.

Can you perceive of any issues in that?

Thanks,

Paul.




Reply
Tags: arbitrary numbershardsshayinstances
Bug Report For ElasticSearch 0.15.0 ( JsonParseException: Invalid shared name reference )
March 3, 2011 03:37:21 AM
Hi, I have found an interesting bug during importing data from a database to ElasticSearch. We are using java api to create indexes and index data on ElasticSearch, The implemented , re-creatable test scenario is as follows : You can find the…
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…
Created: (DERBY-4929) Engine code should not use java/shared/org/apache/derby/shared/common/error/Er
December 2, 2010 05:12:43 PM
Engine code should not use java/shared/org/apache/derby/shared/common/error/ErrorUtil.java
Re: svn commit: r952979 - in /directory/shared/trunk/ldap/src: main/java/org/apache/directory/shared
June 9, 2010 07:53:53 AM
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks Emmanuel. I just wonder, how the maven run could pass without problems ... > o Removed two annotations from classes that are not tests : they were producing errors when run in eclipse…
Re: svn commit: r951314 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/lda
June 4, 2010 03:09:27 AM
On 6/4/10 9:50 AM, felixk@apache.org wrote: > Author: felixk > Date: Fri Jun 4 07:50:56 2010 > New Revision: 951314 > > URL: http://svn.apache.org/viewvc?rev=951314&view=rev > Log: > Don't catch RuntimeExceptions…
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…
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 + 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…
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 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 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…
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 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…
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…
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 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…
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).…
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 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 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…
Solandra vs. ElasticSearch
June 15, 2011
We are working with a Cassandra database that will store data in the petabyte range. We are thinking of using either ElasticSearch or Solandra, but…
Practical Limits of ElasticSearch + Cassandra
June 15, 2011
I am planing on using ElasticSearch to index my Cassandra database. I am wondering if anyone has seen the practical limits of ElasticSearch. Do…
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?…
Shared Primary Key
January 25, 2011
I would guess this is a semi-common question but I can't find it in the list of past questions. I have a set of tables for products which need to…
Set shared.loader with MAVEN2_CLASSPATH_CONTAINER
February 16, 2011
Hi, Is there a way to set the shared.loader catalina.properties variable with the MAVEN2_CLASSPATH_CONTAINER value? I want to add the library…
Shared buffer in postgres
May 30, 2011
Hi, I am curious about the role played by shared buffer in postgres. Shared buffer maintains all the recently accessed disk pages and dirty pages.…
Shared Preferences vs Database
February 13, 2011
My data is simple property values so I could store either way, but I was wondering which is more reliable? Are shared preferences auto saved and…
How to set up shared hosting on Tomcat?
April 15, 2011
Can anyone share with me a tutorial about how to set a shared hosting using tomcat? I need multiple Tomcat instances with different memory…
Php extensions and shared hosting
July 1, 2010
I'm on shared hosting and I'm trying to set up the memcached.so module to be used for php. Obviously I'm not able to put the .so file in…
How to work with a shared Tomcat?
May 7, 2011
Hi. Sorry, but I tried searching for this subject, but I didn't find related to my problem. Recently, I bought a domain and web hosting for it. I…
Shared SSL + cakePHP, path question
February 2, 2011
https://abc.hostingcompany.com/~myusername/img/test.jpg //works, shows the test image https://abc.hostingcompany.com/~myusername/contact //404 error…
Shared users on Digest authentication
February 3, 2011
I have a WebDAV server set up to allow for remote network mapping, which works brilliantly, but is there any way of using a shared username/password…
NGINX shared server variables
February 25, 2011
In NGINX when setting up my different servers, I find that I have a lot of duplicate settings. For example, this setting returns in each separate…
Mysql replication in shared hosting
March 12, 2011
Hi. I need to do some mysql replication. Some informations : I have two databases instances, in shared hosting, so I can't use Mysql Replication (I…
Htaccess for Symfony on Shared Hosting
April 26, 2011
Im trying to setup a local environment that resembles shared hosting. I have copied the entire project into the htdocs directory, and thus the…
Duplicate database on shared hosting
April 20, 2011
Hi all. I'm trying to create a copy of an existing database via a php script on a shared hosting account (specifically Bluehost.com). I can't get…
Shared cache between Tomcat web apps
April 18, 2011
I'm looking for a solution to share a cache between two tomcat web apps running on different hosts. The cache is being used for data…
Ft_min_word_len in MySQL on SHARED SERVER
March 4, 2011
I was wondering if it is possible to adjust the variable ft_min_word_len in MySQL on a SHARED SERVER. The default value is 4, i need to change it to…
Memcached in a trusted shared environment?
December 29, 2010
We are a university IT organization that hosts all of the university's websites on several shared servers on our server room floor. We have several…
Dynamic DNS for Shared Hosting - Does it exist?
January 27, 2011
It seems that certain home router firmware is designed to work with Dynamic DNS services (e.g. noip & dyndns) to serve a subdomain from a server…