2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some queries/filters did not end at the correct state when used as inner json elements More... almost 16 years ago
disable error trace by deault, enable it using rest param called errorTrace which can be set to 1/true/on More... almost 16 years ago
protected from cases when the index get created and then, right away, deleted. relates to #25. More... almost 16 years ago
add tagline to the main request ;) More... almost 16 years ago
add support for "keep alive" time for a search request, and timeout context that have not been accessed More... almost 16 years ago
supprot 1 as true for boolean setting More... almost 16 years ago
allow http boolean parameters to accept either "true" or "1" for true More... almost 16 years ago
generics More... almost 16 years ago
change the routing interval in tests to 100ms from 200ms More... almost 16 years ago
do routing automatically also when routing table changed, don't wait for the scheduled one (it means a new index has created, shard started/failed) More... almost 16 years ago
create mapping operation should wait for the mappings to be created on all the nodes before it returns (with a new timeout value) More... almost 16 years ago
the work location of an index should be under an additional "index" directory (so later, we can have other auxilary directories) More... almost 16 years ago
Search API: Set different boost for indices when searching across indices, closes #23. More... almost 16 years ago
add the ability to provide params to ToJson (later will be used to control how json is generated) More... almost 16 years ago
better encapsulation of mapping builders More... almost 16 years ago
Merge bytebuffer and memory stores into a single memory store options, closes #22. More... almost 16 years ago
decouple http from rest More... almost 16 years ago
flush_index hangs when no indices exist, closes #19. More... almost 16 years ago
Terms API: Allow to get terms for one or more field. Closes #21. More... almost 16 years ago
Count API: Also accepts /_count uri to search over all indices. Closes #17. More... almost 16 years ago
Search API: Also accepts /_search uri to search over all indices. Closes #16. More... almost 16 years ago
Optimize API: Add onlyExpungeDeletes, flush and refresh parameters. Closes #15. More... almost 16 years ago
Flush API: Add refresh flag (refresh after flush). Closes #14. More... almost 16 years ago
slight performance improvement in dfs phase More... almost 16 years ago
Search API: Fields listed should exists within a "fields" Json object. Closes #13. More... almost 16 years ago
Create Mapping API: Automatically create indices. Closes #12. More... almost 16 years ago
Query http listeners. Closes #10. More... almost 16 years ago
Optimize API: Allow to optimize index/indices. Closes #9. More... almost 16 years ago
change broadcast support to be able to run on all shards replicas (in parallel) and not just one shard per replica group. Change flush and refresh to use broadcast and not replicaiton. Remove shards transport support since broadcast now does exactly the same, and refactor index status to use broadcast (across all shards). More... almost 16 years ago
fix readme to use replica and not backup for shards More... almost 16 years ago