666 Commits

Author SHA1 Message Date
Kishore Nallan
fdbe405387 Merge pull request #87 from The-Alchemist/patch-1
minor typo fix
2020-01-30 21:48:34 +05:30
kishorenc
bfb3503869 Update README. 2020-01-30 21:46:54 +05:30
kishorenc
04ac5e35b4 Fix the environment variable examples mentioned in the command help text. 2020-01-30 21:46:37 +05:30
The Alchemist
efa4f71d6a minor typo fix 2020-01-29 22:54:47 -05:00
kishorenc
53086d6a52 Ensure that default sorting field exists in schema during collection creation. 2019-12-15 10:42:29 +05:30
kishorenc
f102d040a9 Update README. 2019-12-15 10:40:26 +05:30
kishorenc
fde1d268cf Fix duplicate counts when faceting across multiple query fields. 2019-12-09 08:57:27 +05:30
kishorenc
cf26a16903 Improve logging for replication errors. 2019-11-20 20:05:51 +05:30
Kishore Nallan
8c34a2f573 Merge pull request #77 from typesense/string_array_offset_layout_improvements
String array offset layout improvements
2019-11-19 18:49:49 +05:30
kishorenc
d2dba44e5e Test for edge case of finding no query tokens in the array. 2019-11-19 14:01:41 +05:30
kishorenc
d58a6e613b Handle edge case of finding no query tokens in the array. 2019-11-14 11:06:57 +05:30
kishorenc
a73774b005 Refactor the way string array offsets are stored.
Uses less memory and 15-20x faster now!
2019-11-13 21:51:33 +05:30
kishorenc
eb70e433d8 Expose match score in search results. 2019-11-12 19:13:35 +05:30
kishorenc
016c93c18b Update README. 2019-11-03 17:06:09 +05:30
kishorenc
1b5385a8b7 Publish release script. 2019-10-29 20:38:48 +05:30
kishorenc
ee949e3b34 Fix target architecture. 2019-10-27 15:28:20 +05:30
kishorenc
892388a515 Build RPM package. 2019-10-27 09:44:13 +05:30
kishorenc
86bc713e40 Specify architecture. 2019-10-26 21:02:48 +05:30
kishorenc
4618396500 Fetch typesense binary as part of generate deb phase. 2019-10-26 20:47:40 +05:30
kishorenc
68591a1d34 Merge branch 'master' into distro_package 2019-10-26 17:33:19 +05:30
kishorenc
5328509637 When replication begins, ensure that it starts from sequence number 0. 2019-10-18 07:50:48 +05:30
kishorenc
bfa975ef85 Add health check endpoint to replica server. 2019-10-18 07:48:43 +05:30
kishorenc
9ab7e3db46 Add more consts. 2019-10-13 12:55:23 +05:30
kishorenc
0a6f8947f3 Refactor replication init and improve logging. 2019-10-13 12:53:21 +05:30
kishorenc
4d53a62784 Log a more meaningful error message and exit when another instance is started off the same data directory. 2019-10-06 09:35:10 +05:30
kishorenc
457bbcf467 Ensure strings with both ASCII and non-ASCII entities are indexed properly.
Earlier, such strings were being indexed only partially in certain cases.
2019-10-03 19:22:29 +05:30
kishorenc
d5acf094dd Fix syntax. 2019-09-30 08:03:11 +05:30
kishorenc
69930be82b Initialize logger inside main. 2019-09-28 15:17:51 +05:30
kishorenc
1bae5bead6 Make Typesense version a member. 2019-09-28 09:49:53 +05:30
Kishore Nallan
aa279d3ac6 Merge pull request #76 from typesense/fix-unicode-search
Fixed a bug with unicode search.
2019-09-26 08:56:41 +05:30
kishorenc
7c4d0f9286 Fixed a bug with unicode search. 2019-09-25 20:41:58 +05:30
Kishore Nallan
9cc900ad51 Merge pull request #75 from typesense/upgrade-openssl
Upgrade to OpenSSL 1.1.1
2019-09-25 20:33:26 +05:30
kishorenc
5e19848104 Remove clean flags. 2019-09-25 20:24:28 +05:30
kishorenc
49873f6729 Temporarily do clean build. 2019-09-25 19:42:51 +05:30
kishorenc
bd3a841d5e Fix image version. 2019-09-25 09:48:57 +05:30
kishorenc
d857e10646 Upgrade to OpenSSL 1.1.1 2019-09-17 21:39:29 +05:30
kishorenc
a68e769884 Add script for generating deb package. 2019-09-10 20:43:38 -05:00
kishorenc
f764556aa4 Merge branch 'master' into distro_package 2019-09-10 18:52:37 -05:00
kishorenc
6463663f81 Fix command line usage: data-dir and api-key are required. 2019-09-07 23:43:19 +05:30
kishorenc
a3f883be2c Bump dependencies. 2019-09-04 21:27:09 +05:30
Kishore Nallan
41cc77ee67 Creating a scaffold for debian package. WIP. 2019-09-03 16:09:19 +05:30
Kishore Nallan
bbefabea94 Don't expose sequence id. 2019-08-18 08:34:33 +05:30
Kishore Nallan
9f788546c8 Return json object rather than string for convenience. 2019-08-17 19:40:58 +05:30
Kishore Nallan
2952b0d461 Allow upto 500 hits to be overridden. 2019-08-17 10:51:31 +05:30
Kishore Nallan
237196204c Persist override configuration. 2019-08-17 10:40:13 +05:30
Kishore Nallan
c1b9501351 Lay foundations for overriding search results. 2019-08-10 19:46:37 +05:30
Kishore Nallan
1268f0eaa4 Update README. 2019-07-09 22:03:46 +05:30
Kishore Nallan
e6dad1682c Parameter for controlling max number of facets returned during search. 2019-06-26 18:58:18 +05:30
Kishore Nallan
aa439c1ea6 Fix long queries causing highlighter to misbehave and sometimes crash.
A window of size 10 is used by the highlighter to mark overlap with query text. When query length exceeded 10 tokens, this caused the highlighter to break.
2019-06-25 12:20:07 +05:30
Kishore Nallan
a2e3d5ac79 Fix facet counts not showing up in wildcard searches. 2019-06-14 08:37:27 +05:30