1534 Commits

Author SHA1 Message Date
Kishore Nallan
e3d5e3df73 Make splitting/joining of tokens configurable. 2022-01-09 11:58:05 +05:30
Kishore Nallan
76460589fa Fix geo sorting options + handle space around unit. 2022-01-09 08:17:46 +05:30
Kishore Nallan
774d7dbce5 Allow bucketing of text match score. 2022-01-08 19:23:02 +05:30
Kishore Nallan
133c64d2d2 Verbatim match must not overpower weight. 2022-01-07 13:44:24 +05:30
Kishore Nallan
87e2d6914f Handle large weights. 2022-01-05 16:58:29 +05:30
Kishore Nallan
f9942e4358 Let sortable string field be a default sorting field. 2022-01-05 12:55:00 +05:30
Kishore Nallan
5aeb238405 Log error if any during config file parsing. 2022-01-05 12:54:32 +05:30
Kishore Nallan
4f961f4919 Highlight only the prefix. 2022-01-02 18:08:05 +05:30
Kishore Nallan
71b57c6fd2 Improve geo perf. 2022-01-01 08:32:26 +05:30
Kishore Nallan
8ceb571cc7 Fix test resource leaks. 2021-12-31 18:53:31 +05:30
Kishore Nallan
7d794d3ece Remove approximate verbatim field count.
This leads to false positives.
2021-12-31 14:41:39 +05:30
Kishore Nallan
94f05ee2b3 Fix ordering of prefix leaves. 2021-12-30 22:03:15 +05:30
Kishore Nallan
35a2a05709 Prefix search must return exact matching string first. 2021-12-30 21:49:05 +05:30
Kishore Nallan
b9f624c297 Fix sort property of float and geopoint array fields. 2021-12-30 14:09:51 +05:30
Kishore Nallan
a44b7c2583 Fix docker image used by CI. 2021-12-29 20:40:20 +05:30
Kishore Nallan
5e1212d550 Use brpc with fixed glibc compatibility. 2021-12-29 19:13:26 +05:30
Kishore Nallan
8271935c61 Fix more cyrillic highlight issues. 2021-12-28 21:54:14 +05:30
Kishore Nallan
c3a85be42f Fix highlight surround num tokens in Cyrillic. 2021-12-28 16:40:38 +05:30
Kishore Nallan
9e00f3a73f Phrase search highlight. 2021-12-28 09:59:34 +05:30
Kishore Nallan
ab7a3f53bb Phrase search skeleton. 2021-12-28 08:29:31 +05:30
Kishore Nallan
3a8a2fcadb Support emplace action for ingestion. 2021-12-25 09:39:23 +05:30
Kishore Nallan
98485a4c36 Fix boolean arg parsing quirk.
The "--boolean-flag=true" format works now.
2021-12-24 15:39:57 +05:30
Kishore Nallan
d6583e7e1e Add test for cyrillic facet query highlight. 2021-12-24 13:50:45 +05:30
Kishore Nallan
34a698f432 Handle unhandled errors during indexing. 2021-12-24 12:58:20 +05:30
Kishore Nallan
a59f41960f Allow empty first value for type detected fields. 2021-12-23 11:18:03 +05:30
Kishore Nallan
fee8a2e2fb Improve field duplication check logic. 2021-12-21 19:17:43 +05:30
Kishore Nallan
395763563c Merge pull request #470 from harisarang/fix-duplicates
fix: duplicates in field names
2021-12-21 15:53:45 +05:30
Harisaran G
7b1148ee45 fix: test assertions and error messages 2021-12-21 09:17:36 +05:30
Kishore Nallan
4cb6ce0d31 Fix test. 2021-12-20 19:07:59 +05:30
Kishore Nallan
2b2b4c5aec Fix highlighting on cyrillic text with special chars. 2021-12-20 18:09:13 +05:30
Kishore Nallan
4de5b141ee Basic string sorting support. 2021-12-20 14:38:01 +05:30
Kishore Nallan
dc65e06cf1 Tweak script used for generating api key for RHEL.
Reported to be not working fine on certain RHEL/SUSE instances.
2021-12-19 16:03:06 +05:30
Kishore Nallan
cedf6b1df0 Consider synonyms when computing verbatim match. 2021-12-16 20:40:06 +05:30
Harisaran G
aaa5c00c85 add: tests for duplicates in fields 2021-12-15 08:21:16 +05:30
Harisaran G
b7b0fe84c2 fix: duplicate fields (#328) 2021-12-14 19:37:39 +05:30
Kishore Nallan
f3e3fbce2b Merge branch 'master' into v0.23
# Conflicts:
#	test/collection_all_fields_test.cpp
2021-12-11 17:27:18 +05:30
Kishore Nallan
4004b03167 Update README. 2021-12-11 09:01:10 +05:30
Kishore Nallan
f44f75a498 Improve wildcard + dict test. 2021-12-11 06:47:44 +05:30
Kishore Nallan
4b479291e4 Allow dict field with wildcard definition. 2021-12-10 19:27:23 +05:30
Kishore Nallan
b60bb6c1bb Fix export filtering. 2021-12-10 19:27:17 +05:30
Kishore Nallan
1ead74fad6 Allow dict field with wildcard definition. 2021-12-10 19:20:51 +05:30
Kishore Nallan
6f9c9dfb69 Revert glibc 2.34 compat changes. 2021-12-10 16:19:44 +05:30
Kishore Nallan
caf0b3645a Fix export filtering. 2021-12-10 09:26:52 +05:30
Kishore Nallan
a9c15ec0f7 Fix facet highlighting for Cyrillic text. 2021-12-09 10:54:47 +05:30
Kishore Nallan
6e02d71129 Update README 2021-12-07 21:17:27 +05:30
Kishore Nallan
e0d3d11078 Merge branch 'single-index-concurrency' 2021-12-07 18:12:13 +05:30
Kishore Nallan
e63193606d Fix glibc 2.34 compatibility. 2021-12-06 21:06:21 +05:30
Kishore Nallan
281dc55593 Revert "Remove jemalloc usage check."
This reverts commit 2cd169cfecfeb67d7f25afef6b4689e494f2d1ee.
2021-12-06 18:36:14 +05:30
Kishore Nallan
6bc7817c54 Don't consider typo in weighted token score. 2021-12-06 12:31:28 +05:30
Kishore Nallan
71f2e61282 Remove jemalloc usage check.
This change also removes usage of dlsym, whose API seems to have changed in recent glibc version, so breaking Typesense on newer Ubuntu/Fedora: https://stackoverflow.com/a/18825060/131050
2021-12-05 07:41:43 +05:30