Commit Graph

  • e042f44e0d
    feat: Reintroduce the SortByAttr custom criterion Clément Renault 2019-05-21 16:15:31 +0200
  • b1fc3e5cec
    Merge pull request #152 from meilisearch/documents-deletion-updates-ranked-map Clément Renault 2019-05-21 13:59:21 +0200
  • d7b1b7a2a9
    feat: Remove the documents from the ranked map on documents deletion Clément Renault 2019-05-21 13:26:49 +0200
  • 97744ad24f
    Merge pull request #151 from meilisearch/expose-sled-compression-factor Clément Renault 2019-05-20 15:03:43 +0200
  • 2e79b2a871
    feat: Expose the sled compression setting Clément Renault 2019-05-20 14:41:15 +0200
  • 349f0f7068
    Merge pull request #148 from meilisearch/split-fst-docindexes Clément Renault 2019-05-20 14:24:48 +0200
  • 94f9587db1
    feat: Implement Debug on RawDocument for more convenience Clément Renault 2019-05-20 11:19:56 +0200
  • 6df8f62022
    test: Add more test to some criteria Clément Renault 2019-05-20 11:19:25 +0200
  • 8c71473498
    feat: Introduce the Criterion::name to allow better debugging Clément Renault 2019-05-20 11:18:59 +0200
  • 08d89053da
    feat: Introduce a little simple http server for demo Clément Renault 2019-05-16 15:51:08 +0200
  • 4b36fa0739
    test: Add tests about additions and deletions of documents Clément Renault 2019-05-16 12:00:20 +0200
  • 921b063a71
    feat: Make the DocumentsDeletion public interface to take serde types Clément Renault 2019-05-16 11:59:31 +0200
  • 3de633c869
    feat: Reexport sled to reduce user level library incompatibilities Clément Renault 2019-05-16 11:57:51 +0200
  • 021f0545eb
    doc: Update the deep-dive explanation text Clément Renault 2019-05-15 16:34:06 +0200
  • b701eb85b8
    doc: Update the README features links Clément Renault 2019-05-15 15:52:03 +0200
  • 4e80378a77
    chore: Rename the ebay example into kaggle Clément Renault 2019-05-15 15:45:08 +0200
  • 830d2f28b9
    feat: Introduce a custom tree for user custom settings Clément Renault 2019-05-15 12:01:08 +0200
  • c5ba34d0b0
    chore: Replace crate only public interface to be completely public Clément Renault 2019-05-15 11:39:29 +0200
  • 2e31bb519a
    chore: Split the database structure internal types Clément Renault 2019-05-15 11:36:44 +0200
  • 169bd4cb39
    feat: Store all documents words by document rather than by attribute Clément Renault 2019-05-13 16:22:36 +0200
  • aa90f22865
    feat: Remove the Index dependency of the Serializer Clément Renault 2019-05-13 15:29:04 +0200
  • 9bba90c47e
    fix: Fix a bug in the Database open-index method Clément Renault 2019-05-10 14:44:23 +0200
  • 2844cb5bca
    fix: Make the examples compile Clément Renault 2019-05-10 12:05:19 +0200
  • dff81bb161
    feat: Prefer set/del methods instead of set with an Option type Clément Renault 2019-05-10 11:56:17 +0200
  • 1f2abce7c3
    feat: Introduce the DocumentsDeletion type Clément Renault 2019-05-09 16:16:07 +0200
  • e67ada8823
    feat: Introduce the DocumentsAddition type Clément Renault 2019-05-09 14:23:39 +0200
  • 42e39f6eb5
    feat: Introduce a simplified version of the Store trait Clément Renault 2019-05-07 12:11:22 +0200
  • f317a7a322
    feat: implement open/create_index on the Database type Clément Renault 2019-05-06 16:25:49 +0200
  • 8434ecbb43
    feat: Introduce the RankedMap real type Clément Renault 2019-05-06 14:25:11 +0200
  • 0c18026240
    feat: Introduce Tree wrappers for each index component Clément Renault 2019-05-06 14:13:09 +0200
  • 6eb25687f8
    feat: Handle word doc-indexes sled tree errors Clément Renault 2019-05-02 12:10:54 +0200
  • 737db5668b
    chore: Remove the WriteToBytes trait Clément Renault 2019-04-26 15:33:14 +0200
  • f16e0333e4
    chore: Remove the SharedData/Cursor types Clément Renault 2019-04-26 15:32:38 +0200
  • 27ffcaabe9
    chore: Remove the DocIndexes type Clément Renault 2019-04-26 15:31:00 +0200
  • db031a5b95
    chore: Remove the DocIds type Clément Renault 2019-04-26 15:28:26 +0200
  • 2e9fbd07cd
    chore: Remove most of the warnings Clément Renault 2019-04-26 14:50:54 +0200
  • 74acf83464
    chore: Remove the NewIndexEvent type Clément Renault 2019-04-25 11:44:38 +0200
  • 3dc057ca9c
    feat: Introduce the new Index system Clément Renault 2019-04-19 18:27:57 +0200
  • e142339106
    Merge pull request #150 from felixonmars/patch-1 Clément Renault 2019-05-06 15:00:53 +0200
  • 39038750a8
    chore: Fix some typos Felix Yan 2019-05-06 20:12:33 +0800
  • f68733bf11
    Merge pull request #149 from meilisearch/ci-only-nightly Clément Renault 2019-05-02 15:43:53 +0200
  • 85edb3e90c Update ci with rust nightly only Thomas Payet 2019-05-02 11:43:45 +0200
  • d7ce6d016b
    Merge pull request #147 from meilisearch/moving-to-sled Clément Renault 2019-04-29 15:21:02 +0200
  • 9023a12ad4
    feat: Introduce the unrankable error variant Clément Renault 2019-04-26 14:59:35 +0200
  • 0547671246
    feat: Take ranked attributes into account Clément Renault 2019-04-26 12:18:39 +0200
  • 068f1bc202
    feat: Index unidecoded words Clément Renault 2019-04-24 21:06:00 +0200
  • 7035f76077
    squash-me: Make better measurements of the retrieving spent time Clément Renault 2019-04-23 17:12:21 +0200
  • f0268d49fe
    fix: Always lowercase indexed tokens Clément Renault 2019-04-22 18:43:00 +0200
  • 7dbf5d6319
    fix: Make the examples build Clément Renault 2019-04-22 15:26:43 +0200
  • ed6b6038ee
    feat: Finalize index merging on document insertion Clément Renault 2019-04-21 22:40:21 +0200
  • ad24ef8a25
    feat: Index words of structs, maps and tuples Clément Renault 2019-04-21 21:58:54 +0200
  • 645bab7748
    feat: Index documents using the Serializer struct Clément Renault 2019-04-19 18:03:32 +0200
  • abd7d1de48
    feat: Introduce the extract_document_id function Clément Renault 2019-04-19 16:19:50 +0200
  • ea0ee070ef
    feat: Introduce the Serializer Clément Renault 2019-04-19 15:50:53 +0200
  • 2a69170f14
    feat: Introduce the DocumentsDeletion type Clément Renault 2019-04-19 13:41:52 +0200
  • 725e7b4229
    chore: Move the Deserializer into the the serde module Clément Renault 2019-04-18 14:23:09 +0200
  • 187e6740bd
    feat: Allow users to construct query builders from database indexes Clément Renault 2019-04-18 14:11:00 +0200
  • 4b40d5b0d4
    feat: Introduce the Index struct Clément Renault 2019-04-18 13:58:35 +0200
  • ee2bad20c7
    feat: Store the RankedMap into the inner sled tree Clément Renault 2019-04-16 12:06:40 +0200
  • b7805fee93
    feat: Store already opened indexes and word indexes Clément Renault 2019-04-16 10:47:52 +0200
  • 0104e93ba9
    feat: Introduce index events to update the WordIndex Clément Renault 2019-04-15 16:07:41 +0200
  • 25a4961453
    feat: Introduce the Indexer struct Clément Renault 2019-04-15 15:16:53 +0200
  • 7338e522bd
    squash-me: Add set/get/del_document_attribute to Index methods Clément Renault 2019-04-12 18:46:36 +0200
  • 58c020a2e1
    feat: Store the word index into the database index Clément Renault 2019-04-11 14:51:17 +0200
  • f7eced03fd
    chore: Using a fork of the fst library that support Arc<[u8]> Clément Renault 2019-04-08 16:16:31 +0200
  • 9be7c02461
    chore: Update sled to 0.22.1 Clément Renault 2019-04-08 16:06:36 +0200
  • 9483f2df60
    feat: Introduce a custom Error type Clément Renault 2019-04-08 15:19:57 +0200
  • f17a05c342
    feat: Introduce the RankedMap type Clément Renault 2019-03-29 17:38:57 +0100
  • e41c551757
    feat: Introduce the Number type Clément Renault 2019-03-29 17:38:29 +0100
  • 95dfbd1fe0
    feat: Introduce the meilidb-data schema module Clément Renault 2019-03-29 17:28:54 +0100
  • 287d5dee4d
    feat: Introduce the meilidb-data workspace member Clément Renault 2019-03-29 17:01:10 +0100
  • 77405cc103
    chore: Remove the database module from meilidb Clément Renault 2019-03-29 16:58:55 +0100
  • abf7191eec
    feat: Make the Tokenizer able to support tokenizing sequences Clément Renault 2019-03-18 14:42:59 +0100
  • c6bb2b6f9c
    chore: Make the debug symbols available for release binaries Clément Renault 2019-03-16 12:19:36 +0100
  • acede0f3e8
    fix: Correctly assert the DocIndex memory size Clément Renault 2019-03-16 10:48:04 +0100
  • e56106cbdc
    chore: Update the toml dependency Clément Renault 2019-03-16 10:46:34 +0100
  • 87f9528791
    feat: Use the new Tokenizer Clément Renault 2019-02-26 14:49:50 +0100
  • 397522f277
    fet: Move meilidb example into the meilidb workspace Clément Renault 2019-02-26 13:50:46 +0100
  • a745819ddf
    feat: Simplify the Tokenizer to use the LinearStrGroupBy type Clément Renault 2019-02-26 12:16:10 +0100
  • 5d5bcf7011
    feat: Remove the FilterFunc alias type Clément Renault 2019-02-25 18:39:58 +0100
  • 19e67dcf0b
    feat: Move query splitting into the tokenizer workspace Clément Renault 2019-02-25 18:34:51 +0100
  • 1897da5348
    feat: Move tokenizer things into the meilidb-tokenizer workspace Clément Renault 2019-02-25 18:24:46 +0100
  • d8cbb03c42
    chore: Update the .gitignore file Clément Renault 2019-02-24 20:02:25 +0100
  • bc227bef21
    chore: Add a nightly feature to meilidb-core Clément Renault 2019-02-24 19:57:52 +0100
  • 3bcb1dc802
    chore: Allow the activation of the meilidb-core i128 feature Clément Renault 2019-02-24 19:55:29 +0100
  • d0786b4156
    chore: Move the SortByAttr into meilidb Clément Renault 2019-02-24 19:53:52 +0100
  • 14790eeae3
    chore: Move index related things to the meilidb-core workspace member Clément Renault 2019-02-24 19:44:24 +0100
  • 3056b351fa
    Merge pull request #143 from ndudnicz/examples-movies Clément Renault 2019-04-15 10:11:38 +0200
  • 52fca57114 doc: add a new +19k movies example dataset Nicolas DUDNICZENKO 2019-04-13 21:11:28 +0200
  • 938d8d9729
    feat: Make the Tokenizer able to support tokenizing sequences Clément Renault 2019-03-18 14:42:59 +0100
  • ee7a570b2f
    doc: Fix a little typo Clément Renault 2019-03-24 16:45:33 +0100
  • 61dcf72e04
    Merge pull request #131 from meilisearch/update-readme Clément Renault 2019-03-24 16:44:00 +0100
  • bace8ad510
    doc: Add a features section to the readme Clément Renault 2019-03-24 12:10:03 +0100
  • 15ec98a2e6
    chore: Make the debug symbols available for release binaries Clément Renault 2019-03-16 12:19:36 +0100
  • 851db072b4
    fix: Correctly assert the DocIndex memory size Clément Renault 2019-03-16 10:48:04 +0100
  • 13243ee14d
    chore: Update the toml dependency Clément Renault 2019-03-16 10:46:34 +0100
  • 0729302c54
    feat: Use the new Tokenizer Clément Renault 2019-02-26 14:49:50 +0100
  • bb86997af2
    fet: Move meilidb example into the meilidb workspace Clément Renault 2019-02-26 13:50:46 +0100
  • 9dcc6e90c9
    feat: Simplify the Tokenizer to use the LinearStrGroupBy type Clément Renault 2019-02-26 12:16:10 +0100
  • b90f4b8459
    feat: Remove the FilterFunc alias type Clément Renault 2019-02-25 18:39:58 +0100