It would be nice to have a count of elements without having to do a search like
Obj.search("id:*").count
Is this possible?
|
It would be nice to have a count of elements without having to do a search like
Is this possible? |
|||
|
|
|
First, you should use the Presently, Tire does not expose the "count" API. That will change. |
|||
|
|
|
Just got a hint from Karmi. The count API is available now. You can do the following:
Only then See here: https://github.com/karmi/tire/blob/master/test/integration/count_test.rb |
|||
|
|
|
In ElasticSearch you can count all elements using the count API
See the Count API docs on their site. |
|||
|
|