Re: optimize elasticsearch / JVM

2015-01-29 Thread Oto Iashvili
. On Wednesday, January 28, 2015 at 2:09:22 PM UTC+1, Oto Iashvili wrote: Hi I have a website for classified. For this I'm using elasticsearch, postgres and rails on a same ubuntu 14.04 dedicated server, with 256go of RAM and 20 cores, 40 threads . I have 10 indexes on elasticsearch, each have

optimize elasticsearch / JVM

2015-01-28 Thread Oto Iashvili
Hi I have a website for classified. For this I'm using elasticsearch, postgres and rails on a same ubuntu 14.04 dedicated server, with 256go of RAM and 20 cores, 40 threads . I have 10 indexes on elasticsearch, each have default numbers of shardes (5). They have between 1000 and 400 000

Re: optimize elasticsearch / JVM

2015-01-28 Thread Oto Iashvili
to consider scaling horizontally instead of vertically. Many smaller servers can be nicer than one big one. On Wednesday, January 28, 2015 at 2:09:22 PM UTC+1, Oto Iashvili wrote: Hi I have a website for classified. For this I'm using elasticsearch, postgres and rails on a same ubuntu 14.04

Re: optimize elasticsearch / JVM

2015-01-28 Thread Oto Iashvili
, estimated_size_in_bytes : 6147572, estimated_size : 5.8mb, overhead : 1.0, tripped : 0 } } } } } On Wednesday, January 28, 2015 at 11:41:16 PM UTC+1, Oto Iashvili wrote: Hi, thanks a lot for answer, Ive tried several value for heap, between

snowball and elusion

2014-06-05 Thread Oto Iashvili
Hello, At first, I was using the analyzer language analyzer and everything seemed to work very well. Until I realize that a is not part of the list of stopwords in french So I decided to test with snowball. It also seemed working well, but in this case it does remove short word like l' ,

custom stemmer with elasticsearch / tire / rails

2014-05-08 Thread Oto Iashvili
Hi, Im' searchinkg to ass new stemmer to elastisearch to use with tire / rails I've found java file (https://github.com/emilis/PolicyFeed/blob/master/src/search/java/org/tartarus/snowball/ext/LithuanianStemmer.java) I've created a jar from this file I've put it in elasticsearch's lib folder