Jason Bosco
|
cef3c5a90f
|
Update README.md
|
2021-11-02 11:55:28 -07:00 |
|
Jason Bosco
|
d13d574bc4
|
Add link to roadmap
|
2021-11-02 11:49:07 -07:00 |
|
Jason Bosco
|
d007b62301
|
Adding new items to the end
|
2021-10-22 00:03:22 -07:00 |
|
Jason Bosco
|
c993490a15
|
Merge pull request #420 from imihirpaldhikar/master
Added Bookology in SHOWCASE.md
|
2021-10-22 00:01:35 -07:00 |
|
Mihir Paldhikar
|
f142144e61
|
Added Bookology in SHOWCASE.md
|
2021-10-22 11:26:23 +05:30 |
|
Jason Bosco
|
9e2a4e21ed
|
Add Dart client
|
2021-10-15 14:15:42 -07:00 |
|
Jason Bosco
|
3af86267ca
|
Merge pull request #318 from maximevalette/patch-1
BetaSeries in Showcase doc
|
2021-07-16 11:18:41 -07:00 |
|
Maxime VALETTE
|
5dad2778d9
|
Update SHOWCASE.md
Added BetaSeries website to showcase page
|
2021-07-16 17:54:07 +02:00 |
|
Jason Bosco
|
f6bfafdb62
|
Update README.md
|
2021-07-15 13:04:37 -07:00 |
|
Jason Bosco
|
678f57f744
|
Update README.md
|
2021-07-15 13:00:04 -07:00 |
|
Jason Bosco
|
10ba7261dc
|
Update README.md
|
2021-07-14 00:21:04 -07:00 |
|
Kishore Nallan
|
21fd7f8e33
|
Update README
|
2021-07-14 11:45:26 +05:30 |
|
Kishore Nallan
|
a062dbbb3f
|
Fix peering address environment variable assignment.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
56247ce6ac
|
Prefix match must be differentiated from single typo.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
53ad55ae18
|
Fix cpu usage metric.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
614f7a9f61
|
Don't validate the id field.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
184ed43727
|
Improve multi field typo ranking.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
9dd3ba9d6d
|
Make typo correction less eager.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
967ee273d9
|
Fix rocksdb compilation.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
d8cca1e200
|
Add total rps to app metrics.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
091080985f
|
When sorting on geo field, return distance from reference point in response.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
0b28e9dc2c
|
Remove deprecated default_resolution config for geo fields.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
994f5021e6
|
Ensure that geopoint is validated before indexing.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
d840a88020
|
Ensure that overrides and synonyms on disk are deleted during colllection drop.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
ba212a4c4e
|
Fixed an edge case in collection deletion.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
10efdea611
|
Allow filtering in export end-point.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
76a8b8770e
|
Fix bug in delete by query log replay.
|
2021-07-14 11:44:01 +05:30 |
|
Kishore Nallan
|
56bbf8df26
|
Separate geo index for every field + proper deletion.
|
2021-07-14 11:44:01 +05:30 |
|
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 |
|