1041 Commits

Author SHA1 Message Date
Kishore Nallan
d3c8cb442e Wrapper for positing list intersection. 2021-07-14 11:44:01 +05:30
Kishore Nallan
0e967a9c44 Disallow use of type auto for a non-wildcard containing field. 2021-07-14 11:44:01 +05:30
Kishore Nallan
8dde664736 Validate against empty synonym string. 2021-07-14 11:44:01 +05:30
Kishore Nallan
c00f9c9a73 Ability to disable overrides. 2021-07-14 11:44:01 +05:30
Kishore Nallan
2391dad879 Field level prefix configuration. 2021-07-14 11:44:01 +05:30
Kishore Nallan
01940dd6bb Track num ids of posting lists. 2021-07-14 11:44:01 +05:30
Kishore Nallan
2b953c68e3 Allow search query to be pre-segmented. 2021-07-14 11:44:01 +05:30
Kishore Nallan
7c4aff5268 Implement exclude_radius option for geopoint sorting. 2021-07-14 11:44:01 +05:30
Kishore Nallan
da3de68129 Support Chinese locale. 2021-07-14 11:44:01 +05:30
Kishore Nallan
05b65ab095 Imporve prefix searching on ko locale. 2021-07-14 11:44:01 +05:30
Kishore Nallan
2d994e7bd3 Retry parsing of nodes config: helps DNS resolution lag. 2021-07-14 11:44:01 +05:30
Kishore Nallan
553d131ac0 In place updates for posting list. 2021-07-14 11:44:01 +05:30
Kishore Nallan
ea59bdcd6a Resolve hostnames in nodes config to IP automatically. 2021-07-14 11:44:01 +05:30
Kishore Nallan
d5724ca810 Compact posting list structure. 2021-07-14 11:44:01 +05:30
Kishore Nallan
0e9c021a1e Block based posting list intersection. 2021-07-14 11:44:01 +05:30
Kishore Nallan
48c423b85a Basics of a block based posting list container. 2021-07-14 11:44:01 +05:30
Kishore Nallan
c712cc0ca7 Ensure floating point precision is correct when faceted. 2021-07-14 11:44:01 +05:30
Kishore Nallan
16d91aec6f Fix highlight edge case: random first token highlight. 2021-07-14 11:44:01 +05:30
Kishore Nallan
78ea80153f Allow num_typos to be configured at a per-field level. 2021-07-14 11:44:01 +05:30
Kishore Nallan
529bb55c5c Make exact match behavior configurable. 2021-07-14 11:44:00 +05:30
Kishore Nallan
9d08df38cf Fix packing/unpacking of lat lng. 2021-07-14 11:44:00 +05:30
Kishore Nallan
e0dc73af3e Swap out underlying geo library. 2021-07-14 11:44:00 +05:30
Kishore Nallan
ae2055c1ea Add optional LRU + TTL cache for searches. 2021-07-14 11:44:00 +05:30
Kishore Nallan
bef4c2ee72 Support use of backticks for wrapping string filter value. 2021-07-14 11:44:00 +05:30
Kishore Nallan
f9a037a4d5 Reduce no-op operations during updates to fix perf. 2021-07-14 11:44:00 +05:30
Kishore Nallan
e6a11f74fc Support exclude filtering for string facets. 2021-07-14 11:44:00 +05:30
Kishore Nallan
25f6fe0614 Prioritize records whose fields match exactly with query. 2021-07-14 11:44:00 +05:30
Kishore Nallan
88f0d8b6a4 Merge branch 'postings-refactor' into postings-refactor-integration
# Conflicts:
#	src/index.cpp
2021-07-11 11:43:17 +05:30
Kishore Nallan
b92885a4f4 Fix peering address environment variable assignment. 2021-07-08 21:31:33 +05:30
Kishore Nallan
d1256a7c27 Prefix match must be differentiated from single typo. 2021-07-08 15:37:52 +05:30
Kishore Nallan
c0802ec428 Fix cpu usage metric. 2021-07-08 09:29:52 +05:30
Kishore Nallan
0bc15e013b Add total rps to app metrics. 2021-07-03 21:53:33 +05:30
Kishore Nallan
40305791f8 Remove deprecated default_resolution config for geo fields. 2021-07-02 10:35:31 +05:30
Kishore Nallan
dfb164234f Ensure that geopoint is validated before indexing. 2021-07-01 21:21:07 +05:30
Kishore Nallan
2652751823 Merge branch 'postings-refactor' into postings-refactor-integration
# Conflicts:
#	include/index.h
#	src/posting_list.cpp
#	test/posting_list_test.cpp
2021-06-28 21:05:58 +05:30
Kishore Nallan
d406bb4715 Allow filtering in export end-point. 2021-06-27 21:16:10 +05:30
Kishore Nallan
d8391ceef9 Separate geo index for every field + proper deletion. 2021-06-26 17:44:14 +05:30
Kishore Nallan
fb0692663a Clean up after delete by query is done. 2021-06-26 15:50:18 +05:30
Kishore Nallan
b066909205 Simplify wildcard query result generation. 2021-06-26 15:16:36 +05:30
Kishore Nallan
a5efcd6897 Fix upsert behavior: should accept only whole documents. 2021-06-25 21:02:33 +05:30
Kishore Nallan
b785484308 Fix exectimer. 2021-06-20 10:23:50 +05:30
Kishore Nallan
d54957c0c6 Simplify posting list offset storage and extraction. 2021-06-20 09:11:35 +05:30
Kishore Nallan
6b329a1f38 Fixed an edge case with posting list block merging. 2021-06-19 15:47:16 +05:30
Kishore Nallan
b5374eae1e Fixed an edge case with posting list block merging. 2021-06-19 15:46:25 +05:30
Kishore Nallan
929b6796cc Posting list integration. 2021-06-18 12:52:06 +05:30
Kishore Nallan
1dd61e62db Allow field highlighting independent of query_by fields. 2021-06-17 18:24:11 +05:30
Kishore Nallan
7602df1877 Disallow primary key value being created as a custom key. 2021-06-17 14:03:40 +05:30
Kishore Nallan
8f1abc495e Helper for fetching array token positions. 2021-06-16 21:03:02 +05:30
Kishore Nallan
0509dce2c4 Refactor block insertor. 2021-06-16 12:25:38 +05:30
Kishore Nallan
219446e9e9 Fix compact positing list capacity expansion. 2021-06-16 09:59:16 +05:30