$ curl -XGET 'http://localhost:9200/twitter/tweet/_count '
{"error":"No query to execute, not in body, and not bounded to 'q'
parameter"}
<<<<
or should I just use a dummy predicate that will always succeed ?
--
Frank Hsueh | frank.hsueh@gmail.com
doh. match_all
On Tue, Oct 25, 2011 at 11:29 AM, Frank Hsueh frank.hsueh@gmail.com wrote:
$ curl -XGET 'http://localhost:9200/twitter/tweet/_count '
{"error":"No query to execute, not in body, and not bounded to 'q'
parameter"}
<<<<
or should I just use a dummy predicate that will always succeed ?
--
Frank Hsueh | frank.hsueh@gmail.com
--
Frank Hsueh | frank.hsueh@gmail.com
kimchy
(Shay Banon)
October 26, 2011, 3:12am
3
The query is no longer required in the count API in master (upcoming 0.18)
On Wed, Oct 26, 2011 at 1:06 AM, Frank Hsueh frank.hsueh@gmail.com wrote:
doh. match_all
On Tue, Oct 25, 2011 at 11:29 AM, Frank Hsueh frank.hsueh@gmail.com wrote:
$ curl -XGET 'http://localhost:9200/twitter/tweet/_count '
{"error":"No query to execute, not in body, and not bounded to 'q'
parameter"}
<<<<
or should I just use a dummy predicate that will always succeed ?
--
Frank Hsueh | frank.hsueh@gmail.com
--
Frank Hsueh | frank.hsueh@gmail.com