792 Commits

Author SHA1 Message Date
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
359cdf15a5 Normalize ascii tokens intermixed with non-english text. 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
89409bb6d6 Validate API key description during creation. 2021-07-14 11:44:01 +05:30
Kishore Nallan
e6340dd645 When key not found during deletion, return 404 and not 500. 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
6cce811737 Fix faceting for field name with wildcard + type auto. 2021-07-14 11:44:00 +05:30
Kishore Nallan
8aa50af121 Skip empty strings during indexing. 2021-07-14 11:44:00 +05:30
Kishore Nallan
88ec671d65 Option fields can have a null value. 2021-07-14 11:44:00 +05:30
Kishore Nallan
529bb55c5c Make exact match behavior configurable. 2021-07-14 11:44:00 +05:30
Kishore Nallan
09e2e62312 Fixed an edge case of exact match across multiple fields. 2021-07-14 11:44:00 +05:30
Kishore Nallan
27ddda5792 Fix fuzzy search perf regression. 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
299aea5879 Fix issue with 3-way sort fields. 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
7947130a2f Support resource:* API key permission. 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
2f56c1aa5a Server should not be ready during snapshot pull + load. 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
74bb5f1383 Refactor fuzzy search to address some obscure bugs. 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
d1256a7c27 Prefix match must be differentiated from single typo. 2021-07-08 15:37:52 +05:30
Kishore Nallan
be507205d5 Don't validate the id field. 2021-07-07 20:44:21 +05:30
Kishore Nallan
e256f693f9 Improve multi field typo ranking. 2021-07-06 17:30:46 +05:30
Kishore Nallan
83a0a34c7e Make typo correction less eager. 2021-07-05 22:18:30 +05:30
Kishore Nallan
4d1390ce91 When sorting on geo field, return distance from reference point in response. 2021-07-03 21:05:41 +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
e9dcafd977 Ensure that overrides and synonyms on disk are deleted during colllection drop. 2021-07-01 19:13:16 +05:30
Kishore Nallan
926a9105d7 Fixed an edge case in collection deletion. 2021-06-30 19:00:00 +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
d8391ceef9 Separate geo index for every field + proper deletion. 2021-06-26 17:44:14 +05:30
Kishore Nallan
b066909205 Simplify wildcard query result generation. 2021-06-26 15:16:36 +05:30
Kishore Nallan
6486ec0c4e Allow facet query value to contain colon. 2021-06-26 11:09:11 +05:30
Kishore Nallan
a5efcd6897 Fix upsert behavior: should accept only whole documents. 2021-06-25 21:02:33 +05:30
Kishore Nallan
d54957c0c6 Simplify posting list offset storage and extraction. 2021-06-20 09:11:35 +05:30
Kishore Nallan
325c8ef103 Fix single list block intersection. 2021-06-19 20:18:07 +05:30
Kishore Nallan
55c216d38e Fix intersection on empty posting lists. 2021-06-19 17:12:10 +05:30
Kishore Nallan
19886bb948 Fix intersection on empty posting lists. 2021-06-19 16:52:27 +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
e42acc4307 Merge branch 'postings-refactor' into postings-refactor-integration
# Conflicts:
#	src/index.cpp
2021-06-18 20:34:56 +05:30
Kishore Nallan
876f0f64dc Support not equals on boolean filds. 2021-06-18 20:14:36 +05:30