Groups
Groups
Sign in
Groups
Groups
HNSearch
Conversations
About
Send feedback
Help
Question on `_bulk` method?
40 views
Skip to first unread message
Zach Williams
unread,
Oct 11, 2011, 6:29:36 PM
10/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hnse...@googlegroups.com
Hey,
I was wondering if
ThriftDB's _bulk method
existed for hnsearch? I haven't been able to get it to work, but I could be completely misusing it, though.
For instance, instead of doing a GET request for both:
http://api.thriftdb.com/api.hnsearch.com/users/_search?karma=99
and
http://api.thriftdb.com/api.hnsearch.com/users/_search?karma=120
...
I would try a _bulk/get_multi search:
http://api.thriftdb.com/api.hnsearch.com/users/_bulk/get_multi?karma=99,120
The _bulk search only returns an empty array, though.
Thanks for any help.
Zach
Andres Morey
unread,
Oct 11, 2011, 9:40:26 PM
10/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hnse...@googlegroups.com
Hi Zach,
ThriftDB's _bulk/get_multi method only fetches items by primary key:
http://api.thriftdb.com/api.hnsearch.com/users/_bulk/get_multi?ids=username1,username2
If you want to search by karma you can use search filters:
http://api.thriftdb.com/api.hnsearch.com/users/_search?filter[fields][karma]=99
http://api.thriftdb.com/api.hnsearch.com/users/_search?filter[fields][karma]=99%20OR%20120
http://api.thriftdb.com/api.hnsearch.com/users/_search?filter[fields][karma]=[99%20TO%20120]
Hope that helps!
Andres
Zach Williams
unread,
Oct 12, 2011, 11:08:41 AM
10/12/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hnse...@googlegroups.com
Awesome! Thanks for the fast reply, Andres.
Reply all
Reply to author
Forward
0 new messages