kishorenc
|
5b55b071b2
|
Handle facet query being larger than matched token.
|
2020-08-26 17:22:02 +05:30 |
|
kishorenc
|
59dc1fef0d
|
Speed up match scoring.
|
2020-08-25 21:28:23 +05:30 |
|
kishorenc
|
2f21819db0
|
Use num_memory_shards as parameter name.
|
2020-08-24 17:58:15 +05:30 |
|
kishorenc
|
0004b5d9e2
|
Speed up facet computation for array fields.
Ditched use of stringstream.
|
2020-08-22 18:32:44 +05:30 |
|
kishorenc
|
09541e5311
|
Parameterize number of indices per collection.
|
2020-08-19 12:29:59 +05:30 |
|
kishorenc
|
80a3e0fb87
|
Throttle imports.
Ensure that other queries are not blocked when an import is in progress.
|
2020-08-18 18:32:19 +05:30 |
|
kishorenc
|
e2c0b52671
|
Free request & response objects via generator dispose callback.
|
2020-08-17 11:53:04 +05:30 |
|
kishorenc
|
4a173ee49d
|
Streaming import basics.
|
2020-08-16 20:17:07 +05:30 |
|
kishorenc
|
f54bc8a4b3
|
Fix + add test for int64 as default sorting field.
|
2020-08-13 07:42:15 +05:30 |
|
kishorenc
|
0c186481a9
|
Allow int64 to be used as a default sorting field.
|
2020-08-12 16:06:27 +05:30 |
|
kishorenc
|
14faa3af4e
|
Speed up wildcard searches further.
|
2020-08-12 15:33:40 +05:30 |
|
kishorenc
|
13591fc017
|
Expose network received/sent bytes metric.
|
2020-08-10 19:10:28 +05:30 |
|
kishorenc
|
22ce33bfbe
|
Allow a threshold for memory limit to be specified.
|
2020-08-09 12:04:37 +05:30 |
|
kishorenc
|
237f47974a
|
Use batching for imports.
|
2020-07-25 20:36:05 +05:30 |
|
kishorenc
|
6a4dbaf29c
|
Expose all metric values only as string for consistency.
|
2020-07-23 21:19:49 +05:30 |
|
kishorenc
|
1ab9b65098
|
Force use of jemalloc via static linking.
|
2020-07-21 17:36:27 +05:30 |
|
kishorenc
|
66f1f5d01f
|
More efficient store contains.
|
2020-07-14 20:55:10 +05:30 |
|
kishorenc
|
0f38242e09
|
Clearer error message about group limit range.
|
2020-07-01 08:09:00 +05:30 |
|
kishorenc
|
0cdd58e86c
|
Validate group limit & other numerical parameters of search.
|
2020-06-30 15:58:32 +05:30 |
|
kishorenc
|
2102f2323f
|
Identify curated results in response.
|
2020-06-28 17:22:12 +05:30 |
|
kishorenc
|
0762f4ae29
|
Group key should be actual values.
|
2020-06-28 16:58:30 +05:30 |
|
kishorenc
|
933cbe9bb0
|
More tests.
|
2020-06-22 08:29:35 +05:30 |
|
kishorenc
|
de28d33f24
|
More tests for grouping.
|
2020-06-21 22:00:08 +05:30 |
|
kishorenc
|
e9557bf233
|
Tear down test suite state properly.
|
2020-06-19 12:15:41 +05:30 |
|
kishorenc
|
ef40516790
|
Fixing an issue with grouping across indices.
|
2020-06-18 18:17:33 +05:30 |
|
kishorenc
|
3f6f13baf1
|
Support for grouping overrides.
|
2020-06-16 16:28:14 +05:30 |
|
kishorenc
|
1c398fac7e
|
Don't require query fields for wildcard query.
|
2020-06-14 15:22:20 +05:30 |
|
kishorenc
|
10c22c174a
|
Consider grouping when generating facet counts.
|
2020-06-14 08:14:03 +05:30 |
|
kishorenc
|
e234f23cec
|
Merge branch 'master' into distinct-grouping
|
2020-06-13 12:39:11 +05:30 |
|
kishorenc
|
50dba3ec43
|
Fixed an edge case in filtering int64 values.
|
2020-06-13 11:12:46 +05:30 |
|
kishorenc
|
444633ce85
|
Merge branch 'master' into distinct-grouping
# Conflicts:
# test/collection_test.cpp
|
2020-06-12 21:16:49 +05:30 |
|
kishorenc
|
ae66d6a8d0
|
Schema response should contain optional field value.
|
2020-06-12 20:57:26 +05:30 |
|
kishorenc
|
81dfe76009
|
Float array field should accept integer values.
|
2020-06-12 20:40:15 +05:30 |
|
kishorenc
|
9867ca5e29
|
Handle deletion of records with optional fields.
|
2020-06-10 22:05:59 +05:30 |
|
kishorenc
|
07456a5c6a
|
Handle deletion of records with optional fields.
|
2020-06-10 21:59:56 +05:30 |
|
kishorenc
|
b97c37215a
|
Basic distinct test is passing.
|
2020-06-06 15:14:53 +05:30 |
|
kishorenc
|
8f458640fd
|
Choose sift down/up based on array size.
|
2020-06-06 13:20:42 +05:30 |
|
kishorenc
|
2c22f9b2e1
|
Merge branch 'master' into distinct-grouping
|
2020-06-05 20:42:35 +05:30 |
|
kishorenc
|
5b2407433f
|
Refactor topster to support grouping.
|
2020-06-05 20:41:51 +05:30 |
|
kishorenc
|
2dcd813c6d
|
Return an error when per page param exceeds in-built limit.
|
2020-05-31 13:01:08 +05:30 |
|
kishorenc
|
a4a51846f7
|
Calculate max_hits dynamically from per_page and page params.
So we no longer need this parameter to be exposed.
|
2020-05-30 16:08:13 +05:30 |
|
kishorenc
|
377394e793
|
Remove search-only-api-key server argument.
The API key generation end-point should be use for generating keys with specific ACL.
|
2020-05-30 11:09:35 +05:30 |
|
kishorenc
|
2d169df65f
|
Handle bad request body for key creation.
|
2020-05-26 18:33:17 +05:30 |
|
kishorenc
|
2cf67d0c1e
|
Pinned and hidden hits will take precedence over override rules.
|
2020-05-22 07:50:02 +05:30 |
|
kishorenc
|
f1d0f279c7
|
Support for pinning and hiding hits during query time.
|
2020-05-21 12:46:51 +05:30 |
|
kishorenc
|
6af35f5de8
|
Allow max_hits to be specified as "all".
|
2020-05-21 11:19:15 +05:30 |
|
kishorenc
|
a3024a7342
|
Fixed an edge case in fuzzy search with SKU-like tokens.
|
2020-05-20 19:17:43 +05:30 |
|
kishorenc
|
da5b860661
|
Excluded fields should not be present in highlights.
|
2020-05-05 19:40:18 +05:30 |
|
kishorenc
|
1395d74d48
|
Manage scoped search API keys.
|
2020-04-30 14:21:39 +05:30 |
|
kishorenc
|
29b4225461
|
API Key management.
|
2020-04-27 21:43:24 +05:30 |
|