Kishore Nallan
|
a247a79a80
|
Clean up after delete by query is done.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
e4936a9f1a
|
Simplify wildcard query result generation.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
d1d8733968
|
Allow facet query value to contain colon.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
5cbf810fe5
|
Fix upsert behavior: should accept only whole documents.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
315d4d0aed
|
Fix intersection on empty posting lists.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
3428a740b6
|
Fixed an edge case with posting list block merging.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
6b41c3bf29
|
Support not equals on boolean filds.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
f9c9c56c89
|
Disallow empty filter values + add bounds checks.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
a66123f961
|
Use != as negation operation to cope with numbers also.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
9015575ac8
|
Fix edge case in NOT_EQUALS filtering.
When no results are found at all prior to negation, no results were being returned, when everything should be returned.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
5377d25152
|
Add test for numerical range filtering.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
dbeb00debe
|
Allow field highlighting independent of query_by fields.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
72a240888e
|
Disallow primary key value being created as a custom key.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
4d23be5643
|
Fix queries with hyphens not matching indexed text.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
9f581c0ef9
|
Helper for fetching array token positions.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
d6645f3f31
|
Drop back to compact list only based on storage length.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
fba1c498e8
|
Refactor block insertor.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
7641b5fc15
|
Fix compact positing list capacity expansion.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
ac988a7023
|
Fix block intersection contination.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
07a0bff0ba
|
Add contains one helper for posting list.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
ef1badb077
|
Add contains for posting list.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
70f970b80c
|
Posting list merge.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
36580dfb62
|
Posting list: split up intersection and offset compute.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
bf49b351a1
|
Improve posting list cached ids decompression.
|
2021-07-14 11:44:01 +05:30 |
|
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
|
81270d9389
|
Add a few locale tokenization tests.
|
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
|
1189b7d124
|
Test for verifying that unindexed field is upserted.
♥ SSK.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
7f0a7de9dd
|
Test for implicit text match sort field as last param.
|
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
|
5b14e4d50c
|
Minor cleanup.
|
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
|
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 |
|