528 Commits

Author SHA1 Message Date
kishorenc
67c2169b88 Fixed an issue with facet query containing multiple tokens. 2020-02-18 20:30:15 +05:30
kishorenc
4fa89ebf00 Implement facet filtering. 2020-02-17 21:59:47 +05:30
kishorenc
01b28c1108 Improve a facet test. 2020-02-16 19:28:28 +05:30
kishorenc
2fc58a54bb Allow facet field to be used as a query/filter field. 2020-02-16 19:27:23 +05:30
kishorenc
dfbe3888d8 Refactor facet search to use hash based mapping.
Also fixed a bug where filter fields marked as facets were being searched only verbatim.
2020-02-16 17:41:17 +05:30
kishorenc
8900347eed Add some comments to improve readability. 2020-02-15 18:25:32 +05:30
Kishore Nallan
97a9283c44 Merge pull request #93 from typesense/support-more-results
Allow maximum hits returned to be configurable
2020-02-12 20:58:14 +05:30
kishorenc
b14cd3edca Address some warning. 2020-02-11 20:19:46 +05:30
kishorenc
8cfcbc09f4 Fix icu4c repo path 2020-02-10 20:55:16 +05:30
kishorenc
fd285b6fbe Allow maximum hits returned to be configurable.
This obviously has a performance impact, but it might not be a big deal for most people and is now left to their discretion. The default of 500 results stays to maintain backward compatibility.
2020-02-10 20:54:38 +05:30
kishorenc
b899b86a96 Update README. 2020-02-03 21:07:36 +05:30
kishorenc
74aa2e8a84 Hits and found fields should always be returned in response.
Even if the query produces no results.
2020-01-30 22:08:03 +05:30
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