391 Commits

Author SHA1 Message Date
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
Kishore Nallan
0727f8a5b7 More fine grain locking during updates. 2021-04-12 16:22:57 +05:30
Kishore Nallan
43b8c6c686 Fix test. 2021-04-11 21:04:17 +05:30
Kishore Nallan
60a5cff291 Fix edge case involving filtering of negative values. 2021-04-10 21:09:00 +05:30
Kishore Nallan
a120c903a1 Filtering must require presence of ALL tokens.
Maybe in the future, we can introduce :~ operator to return documents containing partial tokens.
2021-04-09 18:24:47 +05:30
kishorenc
ddf54cbd6e Allow API key value to specified. 2021-04-05 16:08:40 +05:30
kishorenc
3a92685967 Integrate with Kakasi. 2021-04-05 12:25:50 +05:30
kishorenc
dd72e2a78c Introduce field level locale. 2021-04-02 21:28:49 +05:30
kishorenc
6c284dba17 Allow searching against string* fields. 2021-03-29 20:09:00 +05:30
kishorenc
9c448793bd Use of dynamic fields should activate coerce_or_reject. 2021-03-29 16:52:08 +05:30
kishorenc
bc0d01bb47 Parameterize thread pool size and collection load configs. 2021-03-29 15:18:47 +05:30
kishorenc
a87d108aa5 Ensure that highlighting is on the best matched field. 2021-03-26 19:21:22 +05:30
kishorenc
063d7911b4 SSL cert loading: replace instead of add + validation. 2021-03-21 09:37:08 +05:30
kishorenc
535f5f7e1f More fixes for exact match ranking order. 2021-03-20 15:01:37 +05:30
kishorenc
c2eec85277 Fix highlighting of strings with special characters. 2021-03-20 12:58:30 +05:30
kishorenc
fcdd8ec9c9 Add test for searching field with special characters. 2021-03-18 21:32:53 +05:30
kishorenc
1387f1c21b Exact matches should be ranked above other matches. 2021-03-18 21:01:37 +05:30
kishorenc
f501b137b7 Tokenize on special characters. 2021-03-16 11:39:53 +05:30
kishorenc
af6d2e94e5 Load collections parallelly during start up. 2021-03-12 16:38:51 +05:30
kishorenc
f1d7d323b8 Handle repeating IDs for a numerical value during filtering. 2021-03-10 17:52:07 +05:30
kishorenc
bd43fc10bc Use ".*" for catch-all auto field definition. 2021-03-10 12:34:15 +05:30
kishorenc
75caa2ab01 Allow fields to be marked as non-indexable. 2021-03-09 09:37:52 +05:30
kishorenc
42732c454d Handle bad bool field coercion. 2021-03-08 14:41:07 +05:30
kishorenc
0fb5c25d2c Allow faceting to be configurable via dynamic fields. 2021-03-06 16:41:05 +05:30
kishorenc
6fa6fd9258 More tests for query string parsing. 2021-03-04 14:11:18 +05:30
kishorenc
b9f3829b43 Refactor query string parsing to not use regexp. 2021-03-03 19:47:02 +05:30
kishorenc
33f705cace Geo polygon filtering. 2021-03-03 07:23:25 +05:30
kishorenc
cfc922c6f0 Remove use of doc meta key as it's not needed anymore. 2021-02-28 19:23:41 +05:30
kishorenc
e5812cc9db Address valgrind warnings. 2021-02-25 16:57:38 +05:30
kishorenc
4e3307a891 Use string* to specify string/string array coercion. 2021-02-25 15:07:37 +05:30
kishorenc
3a4d21992c Fix edge cases in schema detection. 2021-02-24 21:38:55 +05:30
kishorenc
0a9cf4aee0 Add more tests for testing schema detection. 2021-02-23 20:04:37 +05:30
kishorenc
f1b70384cc Allow fields to be stringified automatically. 2021-02-23 12:58:14 +05:30
kishorenc
c24fc02d4d Persist per-doc coerce setting + allow dropping of bad values. 2021-02-23 09:35:36 +05:30
kishorenc
a854fe9858 Properly memset after malloc. 2021-02-22 09:52:45 +05:30
kishorenc
1618007cd8 Make fields in schema completely optional. 2021-02-22 07:45:03 +05:30
kishorenc
d2a825799b Make default sorting field optional. 2021-02-21 19:55:31 +05:30
kishorenc
222ab345be Properly handle deleting collection via an alias. 2021-02-20 20:05:54 +05:30
kishorenc
b191a74016 Fix edge case in less than numerical comparison. 2021-02-20 19:15:28 +05:30