579 Commits

Author SHA1 Message Date
Kishore Nallan
267aabb701 Posting list merge. 2021-06-15 08:42:23 +05:30
Kishore Nallan
34ad1747e1 Posting list: split up intersection and offset compute. 2021-06-14 20:47:30 +05:30
Kishore Nallan
e200f1500d Disallow use of type auto for a non-wildcard containing field. 2021-06-12 16:18:29 +05:30
Kishore Nallan
0716da0057 Validate against empty synonym string. 2021-06-11 20:56:48 +05:30
Kishore Nallan
0d5eef664e Ability to disable overrides. 2021-06-11 20:29:21 +05:30
Kishore Nallan
b141e01b1b Field level prefix configuration. 2021-06-11 19:00:11 +05:30
Kishore Nallan
a7db88c27e Track num ids of posting lists. 2021-06-11 13:49:31 +05:30
Kishore Nallan
e695ba65c8 Add a few locale tokenization tests. 2021-06-09 20:20:01 +05:30
Kishore Nallan
8a43fa8b88 Allow search query to be pre-segmented. 2021-06-07 21:43:28 +05:30
Kishore Nallan
066dae9a16 Implement exclude_radius option for geopoint sorting. 2021-06-07 08:44:20 +05:30
Kishore Nallan
8726e27718 Support Chinese locale. 2021-06-06 22:03:02 +05:30
Kishore Nallan
d5655809ac Test for verifying that unindexed field is upserted.
♥ SSK.
2021-06-06 15:42:01 +05:30
Kishore Nallan
894b667d78 Test for implicit text match sort field as last param. 2021-06-02 13:59:32 +05:30
Kishore Nallan
56d3a26cc5 Imporve prefix searching on ko locale. 2021-05-31 19:47:12 +05:30
Kishore Nallan
6e4ecd409c In place updates for posting list. 2021-05-30 19:54:22 +05:30
Kishore Nallan
d6d83ec3ed Resolve hostnames in nodes config to IP automatically. 2021-05-29 20:54:53 +05:30
Kishore Nallan
e9f89f4bb7 Compact posting list structure. 2021-05-29 16:16:41 +05:30
Kishore Nallan
24b1c8d3fa Merge branch '0.21.0-rc' into postings-refactor 2021-05-28 18:00:11 +05:30
Kishore Nallan
8d6742fc6d Normalize ascii tokens intermixed with non-english text. 2021-05-28 14:04:10 +05:30
Kishore Nallan
1848feb6d2 Block based posting list intersection. 2021-05-24 19:02:36 +05:30
Kishore Nallan
8b24fe82b8 Basics of a block based posting list container. 2021-05-22 15:05:46 +05:30
Kishore Nallan
b817e615cb Ensure floating point precision is correct when faceted. 2021-05-21 19:01:39 +05:30
Kishore Nallan
9e43a5b0e5 Validate API key description during creation. 2021-05-20 15:00:51 +05:30
Kishore Nallan
a0da8929cd When key not found during deletion, return 404 and not 500. 2021-05-20 14:53:07 +05:30
Kishore Nallan
e3a5c3d9aa Fix highlight edge case: random first token highlight. 2021-05-20 11:12:27 +05:30
Kishore Nallan
32eda90e16 Allow num_typos to be configured at a per-field level. 2021-05-20 07:22:01 +05:30
Kishore Nallan
f55c5d2b13 Fix faceting for field name with wildcard + type auto. 2021-05-13 19:22:55 +05:30
Kishore Nallan
239f4443e8 Skip empty strings during indexing. 2021-05-13 17:23:02 +05:30
Kishore Nallan
e8dd34c1c3 Option fields can have a null value. 2021-05-13 17:01:22 +05:30
Kishore Nallan
987535c1be Make exact match behavior configurable. 2021-05-13 15:13:29 +05:30
Kishore Nallan
2b31ea22b8 Fixed an edge case of exact match across multiple fields. 2021-05-12 22:15:32 +05:30
Kishore Nallan
8457947d6a Fix fuzzy search perf regression. 2021-05-12 18:24:30 +05:30
Kishore Nallan
1f6b4e3cd4 Fix packing/unpacking of lat lng. 2021-05-12 16:49:09 +05:30
Kishore Nallan
eca0d952e9 Fix issue with 3-way sort fields. 2021-05-11 19:16:50 +05:30
Kishore Nallan
d827ddbc7a Swap out underlying geo library. 2021-05-11 12:33:38 +05:30
Kishore Nallan
47a35935d6 Support resource:* API key permission. 2021-05-10 07:53:53 +05:30
Kishore Nallan
999a62b64c Support use of backticks for wrapping string filter value. 2021-05-09 15:55:48 +05:30
Kishore Nallan
40b5eca7d0 Reduce no-op operations during updates to fix perf. 2021-05-08 17:16:43 +05:30
Kishore Nallan
46b0f08d3f Server should not be ready during snapshot pull + load. 2021-05-07 19:32:08 +05:30
Kishore Nallan
278f1d87b9 Support exclude filtering for string facets. 2021-05-07 13:32:03 +05:30
Kishore Nallan
348d672d0c Prioritize records whose fields match exactly with query. 2021-05-05 16:24:55 +05:30
Kishore Nallan
b13d093b0a Refactor fuzzy search to address some obscure bugs. 2021-05-02 21:49:47 +05:30
Kishore Nallan
5f2254d22a A string* field must be treated as optional by default. 2021-04-28 08:12:54 +05:30
Kishore Nallan
b5300fa599 Ensure that all query tokens are highlighted. 2021-04-27 08:11:37 +05:30
Kishore Nallan
51f57d3dd7 Fixed an issue with prefix searching. 2021-04-23 18:32:25 +05:30
Kishore Nallan
006ff75154 Better highlighting for query tokens match across fields. 2021-04-19 13:02:42 +05:30
Kishore Nallan
b3b47f5651 Refactor highlighting + tokenizer to simplify logic. 2021-04-18 20:37:58 +05:30
Kishore Nallan
1d1712f391 Refactor tokenizer to use index, skip and separate logic. 2021-04-16 17:55:52 +05:30
Kishore Nallan
cdcdc7bd20 Ensure that req filter clause is merged in multi search. 2021-04-14 21:52:35 +05:30
Kishore Nallan
37b78072fa Allow long custom API keys. 2021-04-12 19:36:03 +05:30