This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5,983
Commits
7
Branches
6
Tags
546
MiB
566ca24247
Commit Graph
3 Commits
Author
SHA1
Message
Date
uboness
f3c6108b71
introduced support for "shard_size" for terms & terms_stats facets. The "shard_size" is the number of term entries each shard will send back to the coordinating node. "shard_size" > "size" will increase the accuracy (both in terms of the counts associated with each term and the terms that will actually be returned the user) - of course, the higher "shard_size" is, the more expensive the processing becomes as bigger queues are maintained on a shard level and larger lists are streamed back from the shards.
...
closes
#3821
2013-10-02 22:02:00 +02:00
David Pilato
1e3ffa0df7
Add distance supported units
2013-09-17 14:21:45 +02:00
Clinton Gormley
822043347e
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00