1557 Commits

Author SHA1 Message Date
Kishore Nallan
3be68b38c9 Add regression test for negation of query tokens. 2022-02-16 14:08:50 +05:30
Kishore Nallan
4fe747810e Highlight infix matches. 2022-02-16 08:16:28 +05:30
Kishore Nallan
f2cad66dee Refactor highlighting logic. 2022-02-15 19:57:13 +05:30
Kishore Nallan
f4993de8a1 Ensure that infix property is restored on restart. 2022-02-15 14:12:38 +05:30
Kishore Nallan
0df5f8d852 Expose sort/infix/locale in the collection summary. 2022-02-15 13:25:39 +05:30
Kishore Nallan
f7b5cf6ada Fix prioritize exact match when q has duplicate tokens. 2022-02-14 21:15:47 +05:30
Kishore Nallan
4549e09063 Handle response write race condition with h2o dispose. 2022-02-14 13:38:51 +05:30
Kishore Nallan
805932c7d7 Implement block based ID lists. 2022-02-08 16:29:08 +05:30
Kishore Nallan
d6414c155e Restrict 4K query length check to only search endpoint. 2022-02-03 19:13:54 +05:30
Kishore Nallan
31503f699f Ensure that emplace allows non-optional field update. 2022-02-03 16:16:56 +05:30
Kishore Nallan
302f8a34e8 Handle typo/drop token threshold better globally. 2022-02-02 20:37:25 +05:30
Kishore Nallan
2e010e142a Address unhandled errors during writes. 2022-01-30 09:22:27 +05:30
Kishore Nallan
13622ff038 Fix an edge case in string update. 2022-01-29 18:25:57 +05:30
Kishore Nallan
2534b1f798 Fix geo loop orientation normalization. 2022-01-28 13:58:56 +05:30
Kishore Nallan
ba101d0b40 Infix basics. 2022-01-27 16:34:06 +05:30
Kishore Nallan
7ce33cc94e Allow peering subnet to be specified for internal IP. 2022-01-26 15:53:01 +05:30
Kishore Nallan
cfc402a920 Support remove_matched_tokens without filter_by. 2022-01-26 14:31:20 +05:30
Kishore Nallan
da9a42f3f1 Handle bad geo polygon vertices. 2022-01-16 12:44:45 +05:30
Kishore Nallan
1db5a260dd Drop tokens all the way to one token. 2022-01-15 14:44:43 +05:30
Kishore Nallan
f461e04168 Improve single token exclusion. 2022-01-13 18:19:53 +05:30
Kishore Nallan
5b4b723672 Fix a bug in phrase search + filtering. 2022-01-12 19:41:33 +05:30
Kishore Nallan
609ac35c6d Expose max_candidates parameter to the API. 2022-01-12 12:09:04 +05:30
Kishore Nallan
880b7d2185 Fix multi-field phrase search. 2022-01-11 17:36:21 +05:30
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