Commit Graph

  • 7dbf5d6319
    fix: Make the examples build Clément Renault 2019-04-22 15:26:43 +02:00
  • ed6b6038ee
    feat: Finalize index merging on document insertion Clément Renault 2019-04-21 22:40:21 +02:00
  • ad24ef8a25
    feat: Index words of structs, maps and tuples Clément Renault 2019-04-21 21:58:54 +02:00
  • 645bab7748
    feat: Index documents using the Serializer struct Clément Renault 2019-04-19 18:03:32 +02:00
  • abd7d1de48
    feat: Introduce the extract_document_id function Clément Renault 2019-04-19 16:19:50 +02:00
  • ea0ee070ef
    feat: Introduce the Serializer Clément Renault 2019-04-19 15:50:53 +02:00
  • 2a69170f14
    feat: Introduce the DocumentsDeletion type Clément Renault 2019-04-19 13:41:52 +02:00
  • 725e7b4229
    chore: Move the Deserializer into the the serde module Clément Renault 2019-04-18 14:23:09 +02:00
  • 187e6740bd
    feat: Allow users to construct query builders from database indexes Clément Renault 2019-04-18 14:11:00 +02:00
  • 4b40d5b0d4
    feat: Introduce the Index struct Clément Renault 2019-04-18 13:58:35 +02:00
  • ee2bad20c7
    feat: Store the RankedMap into the inner sled tree Clément Renault 2019-04-16 12:06:40 +02:00
  • b7805fee93
    feat: Store already opened indexes and word indexes Clément Renault 2019-04-16 10:47:52 +02:00
  • 0104e93ba9
    feat: Introduce index events to update the WordIndex Clément Renault 2019-04-15 16:07:41 +02:00
  • 25a4961453
    feat: Introduce the Indexer struct Clément Renault 2019-04-15 15:16:53 +02:00
  • 7338e522bd
    squash-me: Add set/get/del_document_attribute to Index methods Clément Renault 2019-04-12 18:46:36 +02:00
  • 58c020a2e1
    feat: Store the word index into the database index Clément Renault 2019-04-11 14:51:17 +02:00
  • f7eced03fd
    chore: Using a fork of the fst library that support Arc<[u8]> Clément Renault 2019-04-08 16:16:31 +02:00
  • 9be7c02461
    chore: Update sled to 0.22.1 Clément Renault 2019-04-08 16:06:36 +02:00
  • 9483f2df60
    feat: Introduce a custom Error type Clément Renault 2019-04-08 15:19:57 +02:00
  • f17a05c342
    feat: Introduce the RankedMap type Clément Renault 2019-03-29 17:38:57 +01:00
  • e41c551757
    feat: Introduce the Number type Clément Renault 2019-03-29 17:38:29 +01:00
  • 95dfbd1fe0
    feat: Introduce the meilidb-data schema module Clément Renault 2019-03-29 17:28:54 +01:00
  • 287d5dee4d
    feat: Introduce the meilidb-data workspace member Clément Renault 2019-03-29 17:01:10 +01:00
  • 77405cc103
    chore: Remove the database module from meilidb Clément Renault 2019-03-29 16:58:55 +01:00
  • abf7191eec
    feat: Make the Tokenizer able to support tokenizing sequences Clément Renault 2019-03-18 14:42:59 +01:00
  • c6bb2b6f9c
    chore: Make the debug symbols available for release binaries Clément Renault 2019-03-16 12:19:36 +01:00
  • acede0f3e8
    fix: Correctly assert the DocIndex memory size Clément Renault 2019-03-16 10:48:04 +01:00
  • e56106cbdc
    chore: Update the toml dependency Clément Renault 2019-03-16 10:46:34 +01:00
  • 87f9528791
    feat: Use the new Tokenizer Clément Renault 2019-02-26 14:49:50 +01:00
  • 397522f277
    fet: Move meilidb example into the meilidb workspace Clément Renault 2019-02-26 13:50:46 +01:00
  • a745819ddf
    feat: Simplify the Tokenizer to use the LinearStrGroupBy type Clément Renault 2019-02-26 12:16:10 +01:00
  • 5d5bcf7011
    feat: Remove the FilterFunc alias type Clément Renault 2019-02-25 18:39:58 +01:00
  • 19e67dcf0b
    feat: Move query splitting into the tokenizer workspace Clément Renault 2019-02-25 18:34:51 +01:00
  • 1897da5348
    feat: Move tokenizer things into the meilidb-tokenizer workspace Clément Renault 2019-02-25 18:24:46 +01:00
  • d8cbb03c42
    chore: Update the .gitignore file Clément Renault 2019-02-24 20:02:25 +01:00
  • bc227bef21
    chore: Add a nightly feature to meilidb-core Clément Renault 2019-02-24 19:57:52 +01:00
  • 3bcb1dc802
    chore: Allow the activation of the meilidb-core i128 feature Clément Renault 2019-02-24 19:55:29 +01:00
  • d0786b4156
    chore: Move the SortByAttr into meilidb Clément Renault 2019-02-24 19:53:52 +01:00
  • 14790eeae3
    chore: Move index related things to the meilidb-core workspace member Clément Renault 2019-02-24 19:44:24 +01:00
  • 3056b351fa
    Merge pull request #143 from ndudnicz/examples-movies Clément Renault 2019-04-15 10:11:38 +02:00
  • 52fca57114 doc: add a new +19k movies example dataset Nicolas DUDNICZENKO 2019-04-13 21:11:28 +02:00
  • 938d8d9729
    feat: Make the Tokenizer able to support tokenizing sequences Clément Renault 2019-03-18 14:42:59 +01:00
  • ee7a570b2f
    doc: Fix a little typo Clément Renault 2019-03-24 16:45:33 +01:00
  • 61dcf72e04
    Merge pull request #131 from meilisearch/update-readme Clément Renault 2019-03-24 16:44:00 +01:00
  • bace8ad510
    doc: Add a features section to the readme Clément Renault 2019-03-24 12:10:03 +01:00
  • 15ec98a2e6
    chore: Make the debug symbols available for release binaries Clément Renault 2019-03-16 12:19:36 +01:00
  • 851db072b4
    fix: Correctly assert the DocIndex memory size Clément Renault 2019-03-16 10:48:04 +01:00
  • 13243ee14d
    chore: Update the toml dependency Clément Renault 2019-03-16 10:46:34 +01:00
  • 0729302c54
    feat: Use the new Tokenizer Clément Renault 2019-02-26 14:49:50 +01:00
  • bb86997af2
    fet: Move meilidb example into the meilidb workspace Clément Renault 2019-02-26 13:50:46 +01:00
  • 9dcc6e90c9
    feat: Simplify the Tokenizer to use the LinearStrGroupBy type Clément Renault 2019-02-26 12:16:10 +01:00
  • b90f4b8459
    feat: Remove the FilterFunc alias type Clément Renault 2019-02-25 18:39:58 +01:00
  • a6b5f0df34
    feat: Move query splitting into the tokenizer workspace Clément Renault 2019-02-25 18:34:51 +01:00
  • e8150ac2fd
    feat: Move tokenizer things into the meilidb-tokenizer workspace Clément Renault 2019-02-25 18:24:46 +01:00
  • c34a379eb2
    chore: Update the .gitignore file Clément Renault 2019-02-24 20:02:25 +01:00
  • 7bf2228123
    chore: Add a nightly feature to meilidb-core Clément Renault 2019-02-24 19:57:52 +01:00
  • 194578d941
    chore: Allow the activation of the meilidb-core i128 feature Clément Renault 2019-02-24 19:55:29 +01:00
  • 1aac3e721f
    chore: Move the SortByAttr into meilidb Clément Renault 2019-02-24 19:53:52 +01:00
  • 6436e60fe8
    chore: Move index related things to the meilidb-core workspace member Clément Renault 2019-02-24 19:44:24 +01:00
  • e0b759839d
    Merge pull request #129 from meilisearch/ci-badge Clément Renault 2019-03-10 22:46:57 +01:00
  • 05b0a3e7d2 Add CI badge Thomas Payet 2019-03-10 21:38:04 +01:00
  • 2518037b91
    Merge pull request #128 from meilisearch/azure-pipeline Clément Renault 2019-03-10 17:38:47 +01:00
  • 3e452f362c Replace TravisCI by Azure CI Thomas Payet 2019-03-06 16:03:52 +01:00
  • 4900544574
    Merge pull request #126 from Kerollmops/searchable-attributes Clément Renault 2019-03-05 17:11:15 +01:00
  • 858589dc6b
    feat: Limit the QueryBuilder to search only into some attributes Clément Renault 2019-03-05 16:34:29 +01:00
  • 915f2e70a3
    Merge pull request #125 from Kerollmops/limit-memory-usage Clément Renault 2019-03-05 16:17:56 +01:00
  • aae301878c
    fix: Flush the database after each WriteBatch injected Clément Renault 2019-03-04 15:01:38 +01:00
  • 383a49b44f
    fix: Compact the whole database for each WriteBatch injected Clément Renault 2019-03-04 15:00:53 +01:00
  • a45cc4b618
    fix: Reduce the size of the DocIndex type Clément Renault 2019-03-04 14:59:58 +01:00
  • aef7d7825f
    Merge pull request #124 from Kerollmops/version-bump v0.3.2 Clément Renault 2019-02-25 14:22:02 +01:00
  • f28ce661af
    chore: Bump version to 0.3.2 Clément Renault 2019-02-25 13:56:23 +01:00
  • 74eb9c8d0f
    Merge pull request #122 from Kerollmops/query-builder-no-view-dep Clément Renault 2019-02-24 16:56:12 +01:00
  • d664221c64
    feat: Remove the DatabaseView dependencies from the QueryBuilder Clément Renault 2019-02-24 11:58:22 +01:00
  • 58bff3d4ac
    Merge pull request #123 from Kerollmops/update-deps Clément Renault 2019-02-24 16:24:47 +01:00
  • 2c206eb98c
    chore: Update all the dependencies Clément Renault 2019-02-24 15:59:47 +01:00
  • 19724e5af9
    Merge pull request #121 from Kerollmops/no-cjk-unidecode Clément Renault 2019-02-23 22:34:47 +01:00
  • c9e0ad132c
    feat: Do not save unidecoded cjk kanjis Clément Renault 2019-02-23 19:11:54 +01:00
  • 24f265a963
    Merge pull request #120 from Kerollmops/custom-log10-function Clément Renault 2019-02-23 19:01:12 +01:00
  • f8a743ee00
    feat: Optimize the SumOfTypos criterion Clément Renault 2019-02-23 18:36:45 +01:00
  • 64971de7ed
    Merge pull request #119 from Kerollmops/dont-be-hurry Clément Renault 2019-02-23 17:07:42 +01:00
  • a960c325f3
    feat: Make query strings support cjk kanjis Clément Renault 2019-02-23 14:57:13 +01:00
  • a799470997
    fix: Change the tokenizer to mesure cjk chars positions Clément Renault 2019-02-22 23:06:42 +01:00
  • 10414791a2
    fix: Remove debug println from the tokenizer Clément Renault 2019-02-22 22:34:37 +01:00
  • 743974e60d
    Merge pull request #118 from Kerollmops/tokenizer-support-kanjis Clément Renault 2019-02-22 20:16:55 +01:00
  • 0e267cae4b
    feat: Make the Tokenizer support Kanjis Clément Renault 2019-02-22 18:17:43 +01:00
  • 12a352ae2f
    Merge pull request #117 from Kerollmops/tokenizer-support-parentheses Clément Renault 2019-02-22 19:36:15 +01:00
  • 5070b27728
    feat: Make the tokenizer support parentheses Clément Renault 2019-02-22 15:40:39 +01:00
  • 7a6b734078
    Merge pull request #116 from Kerollmops/raw-field-value-getter Clément Renault 2019-02-22 18:02:46 +01:00
  • 24823da6f7
    feat: Allow users to retrieve the raw field value of a document Clément Renault 2019-02-22 15:30:20 +01:00
  • 8701cb3a8f
    Merge pull request #115 from qdequele/database-path Clément Renault 2019-02-22 15:11:40 +01:00
  • 315fc1fbe3 feat: Add accessor for database and index path Quentin de Quelen 2019-02-22 13:49:04 +01:00
  • 23833bac10
    Merge pull request #114 from Kerollmops/hot-fix-ranked-attribute Clément Renault 2019-02-21 23:17:10 +01:00
  • 8235b6efc9
    fix: Do not error when an attribute is registered for ranking Clément Renault 2019-02-21 20:14:08 +01:00
  • 7f937eea5a
    Merge pull request #113 from Kerollmops/hot-fix-query-builder Clément Renault 2019-02-21 20:11:10 +01:00
  • a1cf634ac1
    feat: Remove the QueryBuilder boxed criteria default static restriction Clément Renault 2019-02-21 18:46:08 +01:00
  • c86472e997
    Merge pull request #112 from Kerollmops/bump-version Clément Renault 2019-02-21 15:18:37 +01:00
  • 26cb398a6f
    chore: Bump version to 0.3.1 v0.3.1 Clément Renault 2019-02-21 14:52:40 +01:00
  • f6e664d298
    Merge pull request #111 from qdequele/config Clément Renault 2019-02-21 14:39:37 +01:00
  • 9437cecf87 chore: Use Default derive on Config struct Quentin de Quelen 2019-02-21 13:58:41 +01:00
  • 13309511b3 chore: Use serde derive lowercase on RankingOrdering Quentin de Quelen 2019-02-21 13:56:08 +01:00