80c6aaf1fd
Bump milli to 0.7.0
2021-06-28 18:31:56 +02:00
bdc5599b73
Bump heed to use the git repo with v0.12.0
2021-06-28 18:26:20 +02:00
98285b4b18
Bump milli to 0.6.0
2021-06-23 17:30:26 +02:00
9885fb4159
Update version for the next release (v0.5.1)
2021-06-23 14:05:20 +02:00
634201244c
Merge #250 #251
...
250: Add the limit field to http-ui r=Kerollmops a=irevoire
251: Fix the limit r=Kerollmops a=irevoire
There was no check on the limit and thus if a user specified a very large number this line could cause a panic.
Co-authored-by: Tamo <tamo@meilisearch.com >
2021-06-22 13:00:52 +00:00
81643e6d70
add the limit field to http-ui
2021-06-22 14:47:23 +02:00
77eb37934f
add jemalloc to http-ui and the benchmarks
2021-06-22 14:17:56 +02:00
320670f8fe
Update version for the next release (v0.5.0)
2021-06-21 15:59:17 +02:00
35fcc351a0
Update version for the next release (v0.4.2)
2021-06-20 17:37:24 +02:00
ccd6f13793
Update version to the next release (0.4.1)
2021-06-17 15:01:20 +02:00
9716fb3b36
format the whole project
2021-06-16 18:33:33 +02:00
f5ff3e8e19
Update version for the next release (v0.4.0)
2021-06-16 14:01:05 +02:00
78fe4259a9
Fix the http-ui crate
2021-06-14 18:06:23 +02:00
7d5395c12b
Update Tokenizer version to v0.2.3
2021-06-10 17:00:04 +02:00
dc64e139b9
Update version for the next release (v0.3.1)
2021-06-09 14:39:21 +02:00
103dddba2f
Move the UpdateStore into the http-ui crate
2021-06-08 17:59:51 +02:00
3b2b3aeea9
Update Cargo.toml for next release v0.3.0
2021-06-03 12:24:27 +02:00
3b1cd4c4b4
Rename the FacetCondition into FilterCondition
2021-06-02 16:24:58 +02:00
c10469ddb6
Patch the http-ui crate to support filterable fields
2021-06-02 16:24:58 +02:00
608c5bad24
fix http-ui
2021-06-01 16:24:46 +02:00
5012cc3a32
Fix the http-ui crate to support split facet databases
2021-05-25 11:31:06 +02:00
1e11578ef0
Update version for the next release (v0.2.1)
2021-05-05 14:57:34 +02:00
a8680887d8
Upgrade Milli version (v0.2.0)
2021-05-03 14:50:47 +02:00
34e02aba42
Upgrade Tokenizer version (v0.2.2)
2021-05-03 10:55:55 +02:00
e65bad16cc
Compute the words prefixes at the end of an update
2021-04-27 14:39:52 +02:00
7aa5753ed2
Make the attribute positions range bounds to be fixed
2021-04-27 14:35:43 +02:00
e8cc7f9cee
Expose a route in the http-ui to update the WordsLevelPositions
2021-04-27 14:25:34 +02:00
7fa3a1d23e
makes clippy happy http-ui
2021-04-21 12:36:45 +02:00
127d3d028e
Update version for the next release (v0.1.1)
2021-04-19 14:48:13 +02:00
33860bc3b7
test(update, settings): set & reset synonyms
...
fixes after review
more fixes after review
2021-04-18 11:24:17 +03:00
e39aabbfe6
feat(search, update): synonyms
2021-04-18 11:24:17 +03:00
2c5c79d68e
Update Tokenizer version to v0.2.1
2021-04-14 18:54:04 +02:00
3af8fa194c
test(http): combine settings assert_(ser|de)_tokens into 1 test
2021-04-10 12:13:59 +03:00
84c1dda39d
test(http): setting enum serialize/deserialize
2021-04-08 17:03:40 +03:00
dc636d190d
refactor(http, update): introduce setting enum
2021-04-08 17:03:40 +03:00
a2f46029c7
implement a first version of the stop_words
...
The front must provide a BTreeSet containing the stop words
The stop_words are set at None if an empty Set is provided
add the stop-words in the http-ui interface
Use maplit in the test
and remove all the useless drop(rtxn) at the end of all tests
2021-04-01 13:57:55 +02:00
62a8f1d707
bump the version of the tokenizer
2021-04-01 13:49:22 +02:00
13ce0ebb87
stop requestings the facets if the user has hidden them
2021-03-31 16:27:32 +02:00
bcc131e866
add a button to display or hide the facets
2021-03-31 16:18:53 +02:00
73dcdb27f6
select a specific release of the tokenizer instead of using the latests git commit
2021-03-25 15:00:18 +01:00
5af63c74e0
Speed-up the MatchingWords highlighting struct
2021-03-03 15:45:03 +01:00
c62d2f56d8
Expose an http route for the WordsPrefixes update
2021-02-21 12:16:53 +01:00
519b1cb5c9
Update dependencies
2021-02-21 10:26:04 +01:00
fecf3d6fc1
Move the command lines helpers into different crates
2021-02-14 18:55:15 +01:00
e8639517da
Change the project to become a workspace with milli as a default-member
2021-02-12 16:15:09 +01:00
8f43698a60
fix httpui
2021-02-01 19:49:51 +01:00
3b60432687
Use update_id in UpdateBuilder
...
Add `the update_id` to the to the updates. The rationale is the
following:
- It allows for better tracability of the update events, thus improved
debugging and logging.
- The enigne is now aware of what he's already processed, and can return
it if asked. It may not make sense now, but in the future, the update
store may not work the same way, and this information about the state
of the engine will be desirable (distributed environement).
2021-02-01 19:46:34 +01:00
65b821b192
Rename the Index facets method into facets_distribution
2021-01-27 14:15:33 +01:00
61dbcfa44a
Bump the roaring to 0.6.4
2021-01-26 14:38:43 +01:00
b0c31500fc
Simplify the front page
2021-01-26 14:14:38 +01:00