Best unofficial Apache Server developers community |
| |||||
| Jun 28, 2011 | |||||
|
Daniele Testa |
|
||||
|
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… Problems renaming components inside blueprint context (Reposting due to nabble problems) March 5, 2011 10:05:57 AM Hi, I'm currently evaluating camel-blueprint with karaf. In my current project (to be ported to this runtime), running standalone camel-spring, I am able to give a different name to a component by manually instantiating it in the spring xml… 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 ElasticSearch 0.11.0 Released September 28, 2010 03:44:32 PM Hi, 0.11 is out, more details here: http://www.elasticsearch.com/blog/2010/09/29/0.11.0-released.html. -shay.banon 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.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 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… 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… 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 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… 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 crashes OS? April 18, 2011 05:00:53 PM Hi there, our server crashed every two weeks or so and I thought it was a hardware failure or something similar. Now it gets even worse: the servers crashes nearly every two days - I think this gets worse after I'm triggering a query every 20… ElasticSearch as a database May 16, 2011 11:06:51 AM 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… 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… 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… 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 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:… Big shared elasticsearch June 17, 2011 08:01:48 AM 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 /… 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?… SQL and PHP problems April 30, 2011 What is wrong with this query? $query3 = "INSERT INTO Users ('Token','Long','Lat') VALUES ('".$token."','".$lon1."','".$lat."')"; Problems with url rewrite April 28, 2011 I'm trying to rewrite urls like http://www.url.com/blog/?p=123 to http://www.url.com/#blog/123 . I've read up on things and found that you can only… Problems with mongodb April 29, 2011 I am creating an application where I cache the tweets of the users of my application and display them to their timeline page. I am currently using… Problems with mysql_real_escape_string April 7, 2011 I have field called filter1 on a form, I would like to be able to save quoted text into mysql. So I would like to be able to save the value "foo… Mysql_real_escape_string causes problems? January 12, 2011 Okay. So I made a form. If I put in mysql_real_escape_string on my variable $usrname (yes its spelled right) that was retrieved from the form, it… DNS problems when connecting via VPN May 1, 2011 So on my home network I run my own domain controller & DNS server. On my client machine (which is a member of this home domain), I connect to my… PHP cURL Problems April 5, 2011 Okay below I've added my code so you can run it if required. The problem I'm having is that if I have multiple links in the textarea it will only… UTF-8 problems PHP/MySQL January 7, 2011 Hi I've always used ISO-8859-1 encoding, but i'm now going over to UTF-8. Unfortunately i can't get it to work. My MySQL DB is UTF-8, my PHP… Insert and set value with max()+1 problems. March 18, 2011 I am trying to insert a new row and set the customer_id with max()+1. The reason for this is the table already has a auto_increatment on another… IOS SQLite problems March 21, 2011 import "DatabaseInteraction.h" @implementation DatabaseInteraction -(void)initializeDatabase { NSArray… SSL handshake problems March 23, 2011 Our server application suffers from extreme slowness at some of the customers. The slowness is solved by server restart, however it returns after a… MongoDB PHP UTF-8 problems... May 7, 2011 Assume that I need to insert the following document: { title: 'Péter' } (note the é) It gives me an error when I use the following PHP-code ... :… PHP/MySQL - AND/OR problems May 6, 2011 What is wrong with this code. I seem to have the same problems everytime I try to use an AND or an OR in a mysql statement. I am obviously not… Tomcat uninstall problems February 21, 2011 Hi, I am using "apt-get remove tomcat6" to remove tomcat.It gives this outout and tomcat still running on my system: Reading package lists... Done… .htaccess and iframe problems February 19, 2011 I am currently using .htaccess to create a directory based website with pretty links, ie. www.website.com/home, website.com/portfolio. On one of the… MySQL & NetBeans problems January 25, 2011 Hi. Im doing for faculty some homeworks and have problem with one where I'm suppoused to run Tapestry application from NB and to input some values… VB.net basic RegEx problems February 16, 2011 Hello I am trying save a value from an input tag in some HTML source code. The tag looks like so: <input name="user_status" value="3" /> I… | |||||
(52 lines) Jul 1, 2011 16:42