Problem with searching is taking too much time

2015-02-06 Thread Svetlozar Penev
I got problem with searching. Simple search is taking more than 10 seconds. I`m using Amazon EC2 and have two instance with 8GB RAM and 4 Cores (So 16GB RAM and 8 cores) . I`m using PHP SDK. The case went search is taking 10 sec: I have XML feed from which i`m reading *item*. My process is to

What server I need for big data (100GB of plain text) ?

2015-01-21 Thread Svetlozar Penev
Hello, Can you tell what server specification I need for 100GB of data. I use it only for text search(not more then 3-4 words per search). Currently I`m using Amazon. I`ll need some advise. Which server is better for elasticsearch ? How much CPU, RAM and Disk space(HDD or SDD) for 100GB?

PHP SDK - size problem

2015-01-08 Thread Svetlozar Penev
Hello, I want query to return me 15 results. This is my code: $params = array(); $params['body'][size] = 15; $params['body']['query']['match'][country] = 53; $results = $client-search($params); and response: *Error 500 transfer closed with 33476 bytes remaining to read* I spent a lot of