[searchisko-dev] Access to the elasticsearch service itself?

Pete Muir pmuir at redhat.com
Fri Aug 16 08:28:34 EDT 2013


Adding the list anyway :-)

On 15 Aug 2013, at 19:31, Jason Porter <jporter at redhat.com> wrote:

> Hi all, I'd originally sent this to Lukas, but if any of you have suggestions, I'm certainly open to them. Also, are we all on the searchisko mailing list? 
> 
> ----- Forwarded Message -----
> From: "Jason Porter" <jporter at redhat.com>
> To: "Lukas Vlcek" <lvlcek at redhat.com>
> Cc: "Pete Muir" <pmuir at redhat.com>
> Sent: Wednesday, August 14, 2013 2:57:47 PM
> Subject: Access to the elasticsearch service itself?
> 
> While playing around with the Search API for the DCP, I came across some ruby (and other langs) clients for elasticsearch itself. This actually started when I was trying to get a list of contributors, maybe I'm going about this wrong but it doesn't seem to be giving me what I'm looking for:
> 
> # Contributor search
> response = conn.get do |req|
>  req.url '/v1/rest/search',
>          {
>              :dcp_type => 'contributor',
>              #:type => 'sys_contributors',
>              :query => 'Proctor'
>          }
> end
> 
> If I send the 'type' param, then I get an exception back from the server (I'm using https://dcp-jbossorgdev.rhcloud.com/). I'm receiving 1513 results back from the server, I would expect to receive one, maybe as many as 10, but I don't think we have many contributors with a name of Proctor. If we are able to use one of the other elasticsearch clients (not for indexing, just searching) something like this may be easier.




More information about the searchisko-dev mailing list