Jason Bosco
|
a08fb7738f
|
Exhaustive token searching with filter_ids
|
2021-01-22 20:06:18 -08:00 |
|
Jason Bosco
|
bcea70ebfd
|
Add windowed stats endpoint
|
2021-01-22 16:52:27 -08:00 |
|
Jason Bosco
|
d2206168ec
|
Forward patch request to leader
|
2021-01-22 16:51:57 -08:00 |
|
Jason Bosco
|
1e1f7371f2
|
Handle malformed scoped API key better
|
2021-01-22 16:49:20 -08:00 |
|
Jason Bosco
|
52287b263d
|
Add line numbers to stack trace
|
2021-01-22 16:48:10 -08:00 |
|
Jason Bosco
|
ef1306befe
|
Update README.md
|
2020-12-29 20:36:56 -08:00 |
|
Jason Bosco
|
37860485a9
|
Update README.md
|
2020-12-29 20:35:32 -08:00 |
|
Jason Bosco
|
6321f53fb4
|
Added synonyms
|
2020-12-29 08:11:22 -08:00 |
|
kishorenc
|
b2fba69a73
|
Address some warnings related to update doc scrubbing.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
59f95dbf67
|
Use max_hits parameter for consistent pagination.
This will not affect wildcard queries or single field queries.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
3f0bb24b45
|
Synonym response should not leak underlying structure.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
302cdf137b
|
Fix field-wise num results used for threshold matching.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
2061d04629
|
Treat token hits as a rank slot instead of a weight.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
690bb97ff5
|
Disable debug logs enabled accidentally.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
e07dcded7b
|
Return total documents in collection in every search response.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
1a8d5a0912
|
Bump raft max byte count per rpc for snapshot install.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
bc1d88f1eb
|
Consider tokens matching across fields during ranking.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
7b2b48ba77
|
Simplify pre-sorting of filter ids for wildcard search.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
5a67ffe271
|
Increase raft append parallelism.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
10fd97c32d
|
Node vote API for triggering leader rotation.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
66a44a5afc
|
Expose field weights used for scoring.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
667eee1dad
|
Use weighted scoring of fields for matching.
For now, weights are not exposed, but this is possible in future.
|
2020-12-28 19:20:00 +05:30 |
|
kishorenc
|
fe5bdf617c
|
Fixed an edge case in trie fuzzy search.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
cd0a58d7b5
|
Support upsert of synonym.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
435476df5d
|
Rank prefix match below exact match.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
590aed7f0e
|
Give highest priority to field order while ranking.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
f4423367c8
|
Aggregate match score when matched across array elements.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
e5fa36a0b0
|
Remove pre-sorting of index topsters.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
d7f94aa25a
|
Remove field based match score aggregation in topster.
This is now handled outside.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
8f818f7fcb
|
More exhaustive multi-field ranking.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
90ac320c93
|
Synonyms should be able to belong to multiple sets.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
8a310bbb82
|
On demand snapshot API.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
88918ef958
|
Synonyms basics.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
1373dacb0c
|
Improve upsert test case with a filter usecase.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
fc989f1ac2
|
Handle case when all query tokens are exclusions.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
c09b8e34d3
|
Bump max request entity size to 3 GB.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
6883b4db36
|
Speed up numerical filter + fixed edge case with -ve value.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
c97ded0458
|
Support expiry of API keys.
Both parent and scoped keys are supported, but the expiry time of parent key takes precedence. Default is a date far into the future.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
a912a250ff
|
Fix bad unicode characters in highlight snippet.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
ec9da2ccf3
|
Support regexp of collection names in API key.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
f164de4702
|
Multi field matching: ensure best matched field prevails.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
1bed2d7d80
|
Support excluding tokens from query.
Prefixing a token in the query with "-" will fetch documents that do not contain that token.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
8c51e3f920
|
Support operators in multi-valued numerical filter.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
7e2b0fcdcb
|
Match query tokens across multiple fields effectively.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
0dfdfcf0d2
|
Single leaf addition (cvt).
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
f52b2597a1
|
Fixed a bug in array exclusion affecting pinned hits.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
dc25b2684b
|
Fixed a bug in pinned hits with wildcard query.
The filtered IDs must be sorted before intersected with pinned IDs.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
3a86d58506
|
Handle colon character in pinned hit IDs.
|
2020-12-28 19:19:59 +05:30 |
|
kishorenc
|
254c58dd31
|
Fix ordering issue on pinned hits.
|
2020-12-28 19:19:59 +05:30 |
|
Jason Bosco
|
9eee71307f
|
Update README.md
|
2020-12-22 22:29:07 -08:00 |
|