Kishore Nallan
|
b088bad83b
|
Use gzip compression for DEB.
|
2021-11-25 19:05:41 +05:30 |
|
Kishore Nallan
|
a21628207e
|
Refactor grouping with sorting.
|
2021-11-24 20:20:21 +05:30 |
|
Kishore Nallan
|
69345d37ce
|
Revert "[RPM] Ensure typesense service is stopped before starting."
This reverts commit 514824b76b3221998f2d35816a7878ad9c9ffd66.
|
2021-11-24 12:02:08 +05:30 |
|
Kishore Nallan
|
d67d0d6a65
|
[RPM] Ensure typesense service is stopped before starting.
Work around for a systemd bug: https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/issues/41#note_688450126
|
2021-11-23 18:16:08 +05:30 |
|
Kishore Nallan
|
f45416be0c
|
Only last token should prefix search during drop tokens.
|
2021-11-23 18:12:38 +05:30 |
|
Kishore Nallan
|
72b4025232
|
Remove stray logs.
|
2021-11-23 08:56:29 +05:30 |
|
Kishore Nallan
|
e96039a1e5
|
Merge branch 'gh-437' into single-index-concurrency
|
2021-11-23 08:53:03 +05:30 |
|
Kishore Nallan
|
97b1981fcd
|
Buffer IDs during exhaustive search.
|
2021-11-22 15:18:37 +05:30 |
|
Kishore Nallan
|
55ad455804
|
Improve intersected filtering perf.
|
2021-11-22 12:29:11 +05:30 |
|
Kishore Nallan
|
ef47f54d11
|
Improve fuzzy search filtering perf.
|
2021-11-21 12:51:21 +05:30 |
|
Kishore Nallan
|
237b67816d
|
Don't enable search cutoff by default.
|
2021-11-20 15:05:46 +05:30 |
|
Kishore Nallan
|
ceab0e8234
|
Speed up search inside multi-field aggregation.
|
2021-11-20 12:00:09 +05:30 |
|
Kishore Nallan
|
0626ca8cf6
|
Speed up search inside multi-field aggregation.
|
2021-11-20 11:59:46 +05:30 |
|
Kishore Nallan
|
4cb6d7926a
|
Log multi-field aggregation time.
|
2021-11-19 22:19:25 +05:30 |
|
Kishore Nallan
|
d2798ac00b
|
Log times for operations.
|
2021-11-19 19:32:00 +05:30 |
|
Kishore Nallan
|
774f3d3ce3
|
Move facet tokens and groups to separate maps.
This speeds up faceting and reduces memory footprint during faceting.
|
2021-11-18 12:38:12 +05:30 |
|
Kishore Nallan
|
866b5820f3
|
No search cutoff default if exhaustive search is used.
|
2021-11-17 21:09:55 +05:30 |
|
Kishore Nallan
|
58f3d4bf66
|
Handle null-value updates + errors during indexing.
|
2021-11-17 13:23:42 +05:30 |
|
Kishore Nallan
|
076d5f6711
|
Disable short circuit for filtering.
|
2021-11-15 07:30:26 +05:30 |
|
Kishore Nallan
|
34e5221d94
|
Add cache_ttl protection for multi search.
|
2021-11-14 21:22:52 +05:30 |
|
Kishore Nallan
|
8ff57108fa
|
Add end-point for clearing cache.
|
2021-11-14 18:55:52 +05:30 |
|
Kishore Nallan
|
cd09bf7d88
|
Allow cache ttl to be set only within scoped key.
|
2021-11-14 18:28:48 +05:30 |
|
Kishore Nallan
|
cdfbc4c1b5
|
Reserve vector when length is known.
|
2021-11-14 17:53:29 +05:30 |
|
Kishore Nallan
|
24cce48bc2
|
Support use of strict equals + backtick on ID field.
|
2021-11-13 16:11:47 +05:30 |
|
Kishore Nallan
|
483afa5b34
|
Fix search cutoff for wildcard filtering.
|
2021-11-13 13:55:12 +05:30 |
|
Kishore Nallan
|
13d4c14889
|
Fix exact matching regression.
|
2021-11-13 10:51:50 +05:30 |
|
Kishore Nallan
|
06dc53dcf2
|
Allow optional fields to be updated with null value.
|
2021-11-12 20:03:00 +05:30 |
|
Kishore Nallan
|
14f4c3e834
|
Field wise indexing.
|
2021-11-11 19:11:06 +05:30 |
|
Kishore Nallan
|
6d68fbf922
|
Add consts.
|
2021-11-11 16:23:52 +05:30 |
|
Kishore Nallan
|
9331f996eb
|
Add guard for http path being empty.
|
2021-11-09 07:39:02 +05:30 |
|
Kishore Nallan
|
efec5f97e9
|
Fix collection restore batch size.
|
2021-11-08 15:03:15 +05:30 |
|
Kishore Nallan
|
012253de45
|
Notify queue explicitly during restore.
|
2021-11-08 14:08:26 +05:30 |
|
Kishore Nallan
|
babf6bf5d5
|
Minor tweaks.
|
2021-11-08 12:14:50 +05:30 |
|
Kishore Nallan
|
99721213ec
|
Change map ds for sort aggregation.
|
2021-11-07 16:45:14 +05:30 |
|
Kishore Nallan
|
47c13b1257
|
Shard facet index.
|
2021-11-07 14:16:59 +05:30 |
|
Kishore Nallan
|
c33a8fad19
|
Fix exact filtering edge cases.
|
2021-11-05 11:29:24 +05:30 |
|
Kishore Nallan
|
f37e8e9928
|
Only GC incomplete requests from map.
|
2021-11-04 21:39:15 +05:30 |
|
Kishore Nallan
|
549d1a7da3
|
Allow wildcard field to be non-indexable.
Also ensure facet: true not allowed when index: false.
|
2021-11-03 19:51:11 +05:30 |
|
Kishore Nallan
|
b2acf289ac
|
Move write log persistence logic to batched indexer.
|
2021-11-03 14:37:38 +05:30 |
|
Kishore Nallan
|
cf357d9ad7
|
Allow crash handler to propagate signal.
|
2021-11-03 14:30:28 +05:30 |
|
Kishore Nallan
|
3acfde9db6
|
Parallelize wildcard query processing.
|
2021-11-02 22:05:19 +05:30 |
|
Kishore Nallan
|
a3def7dc5b
|
Simplify facet value filtering.
|
2021-11-02 16:43:28 +05:30 |
|
Kishore Nallan
|
3eed0d509e
|
Allow highlighting to be skipped via non-indexed field.
|
2021-10-30 11:54:19 +05:30 |
|
Kishore Nallan
|
4844f19c50
|
Fixed an edge case in highlight of prefix.
|
2021-10-29 19:35:06 +05:30 |
|
Kishore Nallan
|
62be28b5c3
|
Use token separators and symbols during filtering.
|
2021-10-29 15:59:06 +05:30 |
|
Kishore Nallan
|
ba91e69c04
|
Proper error in API response when GET query > 4K chars.
|
2021-10-27 21:20:31 +05:30 |
|
Kishore Nallan
|
e93971a747
|
Fix benchmark prog compile.
|
2021-10-26 08:26:39 +05:30 |
|
Kishore Nallan
|
86a80d6603
|
Fix large import body regression.
|
2021-10-26 08:26:29 +05:30 |
|
Kishore Nallan
|
509ba324c4
|
Fix race condition with collection creation + insert.
|
2021-10-23 21:50:09 +05:30 |
|
Kishore Nallan
|
02c63b443c
|
Use condition variable for checking on queue.
|
2021-10-23 18:10:30 +05:30 |
|