Commit Graph

  • d6c9ba8f08
    Store the postings lists Clément Renault 2020-01-09 14:53:49 +01:00
  • ec8916bf54
    Change the debug outputs Clément Renault 2020-01-09 12:05:39 +01:00
  • 9cbcb94ead Add cjk filter for korean language kwangin.jung 2020-01-09 13:40:41 +09:00
  • 81c573ec92
    Add the raw document IDs to the postings lists Clément Renault 2020-01-08 15:30:43 +01:00
  • 9420edadf4
    Introduce the Postings type to decorrelate the DocumentIds Clément Renault 2020-01-08 14:43:36 +01:00
  • d724a7659e
    Introduce a query tree context struct Clément Renault 2020-01-08 13:37:22 +01:00
  • 887c212b49
    Add more logs about the docids construction Clément Renault 2020-01-08 13:22:42 +01:00
  • 07937ed6d7
    Use the prefix caches Clément Renault 2020-01-08 13:14:07 +01:00
  • a262c67ec3
    limit the search in the FST Clément Renault 2020-01-08 13:06:12 +01:00
  • 13ca30c4d8
    WIP: Made the query tree traversing support prefix search Clément Renault 2020-01-08 11:58:50 +01:00
  • fbcec2975d wip: Impl a basic tree traversing Clément Renault 2020-01-07 18:23:55 +01:00
  • 6e1f4af833 wip: Create a tree from query but need to show synonyms Clément Renault 2020-01-07 17:40:58 +01:00
  • 3eb59f46e1 squash-me Quentin de Quelen 2020-01-04 10:02:31 +01:00
  • eca194324b bump version + remove unused code Quentin de Quelen 2019-12-31 16:45:51 +01:00
  • 856c5c4214 Fix group offset computing Clément Renault 2019-12-31 13:07:05 +01:00
  • 670e80c151 Use the cached postings lists in the query system Clément Renault 2019-12-31 12:53:40 +01:00
  • eed07c724f Add more logging for postings lists fetching by word Clément Renault 2019-12-30 15:56:45 +01:00
  • 99d35fb940 Introduce a first version of a number of candidates reducer Clément Renault 2019-12-30 14:37:31 +01:00
  • 106b886873
    Cache the prefix postings lists Clément Renault 2019-12-30 12:27:24 +01:00
  • 928876b553
    Introduce the postings lists caching stores Clément Renault 2019-12-30 18:01:27 +01:00
  • 58836d89aa
    Rename the PrefixCache into PrefixDocumentsCache Clément Renault 2019-12-30 11:44:42 +01:00
  • 1a5a104f13
    Display proximity evaluation number of calls Clément Renault 2019-12-23 12:42:22 +01:00
  • 9790c393a0
    Change the time measurement of the query Clément Renault 2019-12-22 20:55:11 +01:00
  • 064cfa4755
    Add more debug, where are those 100ms Clément Renault 2019-12-22 19:04:21 +01:00
  • ed6172aa94
    Add a time measurement of the criterion loop Clément Renault 2019-12-22 18:39:50 +01:00
  • 8c140f6bcd
    Increase the disk usage limit Clément Renault 2019-12-22 00:37:22 +01:00
  • 1e1f0fcaf5
    Introduce a basic cache system for first letters Clément Renault 2019-12-21 13:44:19 +01:00
  • d21352a109
    Change the time measurement of the FST Clément Renault 2019-12-20 22:47:16 +01:00
  • 4be11f961b
    Use an ugly trick to avoid cloning the FST Clément Renault 2019-12-20 17:39:32 +01:00
  • 1163f390b3
    Restrict FST search to the first letter of the word Clément Renault 2019-12-20 16:36:37 +01:00
  • 534143e91d
    Merge pull request #439 from meilisearch/fix-update-deadlock v0.8.5-rc.2 Clément Renault 2019-12-30 15:41:26 +01:00
  • 691e2a3c1d
    Fix a blocking channel, appearing like a deadlock Clément Renault 2019-12-30 15:28:28 +01:00
  • 8b0737d192 create basic raft example on HashMap Quentin de Quelen 2019-12-29 18:00:38 +01:00
  • 650b0fc5df
    Update the deep-dive Clément Renault 2019-12-20 21:46:16 +01:00
  • 20b92fcb4c
    Merge pull request #435 from meilisearch/debug-missing-measurements Clément Renault 2019-12-20 18:04:21 +01:00
  • 04bb49989f
    Add more debug timings Clément Renault 2019-12-20 12:25:23 +01:00
  • e1fd21054f remove structopt Quentin de Quelen 2019-12-20 13:38:16 +01:00
  • 0c3bb65fd2 Remove protobuf Quentin de Quelen 2019-12-20 13:32:11 +01:00
  • 2aa7cb9d20
    Merge pull request #433 from meilisearch/fix-index-creation Clément Renault 2019-12-19 10:59:47 +01:00
  • d12ff15ee3
    Set the indexes info in the create_index function Clément Renault 2019-12-19 10:32:17 +01:00
  • 11b684114d
    Merge pull request #431 from curquiza/web-interface-readme Clément Renault 2019-12-18 13:50:12 +01:00
  • 1bf177f81a Update REAME with the Web Interface introduction Clementine Urquizar 2019-12-18 10:09:03 +01:00
  • df7dc54409
    Merge pull request #415 from meilisearch/fix-blocking-settings Clément Renault 2019-12-17 16:21:41 +01:00
  • 7e86056a27
    Use a main read transaction instead of a write one Clément Renault 2019-12-17 15:48:06 +01:00
  • 59f74dabe7
    Merge pull request #407 from meilisearch/friendly-web-interface Clément Renault 2019-12-17 14:47:24 +01:00
  • 4610198ba2
    Introduce a Bulma based web interface Clément Renault 2019-12-08 15:31:42 +01:00
  • 85f45c5e6c start raft Quentin de Quelen 2019-12-15 21:23:03 +01:00
  • 3d19f566b6
    Merge pull request #406 from bidoubiwa/remove_nsfw_movie Clément Renault 2019-12-13 17:56:09 +01:00
  • 8d90cd8e35 Removed nsfw movie from movies.json dataset charlotte 2019-12-13 17:21:46 +01:00
  • 610d44e703
    Merge pull request #401 from tpayet/feat/heroku-button Clément Renault 2019-12-13 16:26:31 +01:00
  • 0272b44d7e Add heroku one-click deploy Thomas Payet 2019-12-11 17:24:22 +01:00
  • 3eccf2fd76
    Merge pull request #405 from meilisearch/disable-bench-workflow Clément Renault 2019-12-13 15:56:16 +01:00
  • 736f285092
    Disable the benchmarks github workflow Clément Renault 2019-12-13 15:37:24 +01:00
  • 020cd7f9e8
    Merge pull request #403 from meilisearch/lazy-data-fetching v0.8.5-rc.1 Clément Renault 2019-12-13 14:57:19 +01:00
  • 40c0b14d1c
    Reintroduce searchable attributes and reordering Clément Renault 2019-12-13 13:22:54 +01:00
  • a4dd033ccf
    Rename raw_matches into bare_matches Clément Renault 2019-12-13 12:38:54 +01:00
  • 48e8778881
    Clean up the modules declarations Clément Renault 2019-12-13 11:49:56 +01:00
  • 4be23efe66
    Remove the AttrCount type Clément Renault 2019-12-13 11:46:53 +01:00
  • 7d67750865
    Reintroduce exacteness for one word document field Clément Renault 2019-12-13 11:33:22 +01:00
  • 746e6e170c
    Make the test pass again Clément Renault 2019-12-13 11:14:12 +01:00
  • d93e35cace
    Introduce ContextMut and Context structs Clément Renault 2019-12-12 11:33:39 +01:00
  • d75339a271
    Prefer summing the attribute Clément Renault 2019-12-11 18:37:26 +01:00
  • 86ee0cbd6e
    Introduce bucket_sort_with_distinct function Clément Renault 2019-12-11 17:36:53 +01:00
  • 248ccfc0d8
    Update the criteria to the new ones Clément Renault 2019-12-11 17:02:10 +01:00
  • ea148575cf
    Remove the raw_query functions Clément Renault 2019-12-11 15:34:30 +01:00
  • efc2be0b7b
    Bump the sdset dependency to 0.3.6 Clément Renault 2019-12-11 12:08:30 +01:00
  • 8d71112dcb
    Rewrite the phrase query postings lists Clément Renault 2019-12-10 12:19:38 +01:00
  • dd03a6256a
    Debug pre filtered number of documents Clément Renault 2019-12-09 16:45:06 +01:00
  • 9c03bb3428
    First probably working phrase query doc filtering Clément Renault 2019-12-09 15:30:14 +01:00
  • 22b19c0d93
    Fix the processed distance algorithm Clément Renault 2019-12-07 13:32:43 +01:00
  • 0f698d6bd9
    Work in progress: Bad Typo detection Clément Renault 2019-12-06 19:15:19 +01:00
  • 4e91b31b1f
    Make the Typo and Words work with synonyms Clément Renault 2019-12-06 13:41:22 +01:00
  • f87c67fcad
    Improve the QueryEnhancer by doing a single lookup Clément Renault 2019-12-06 12:10:28 +01:00
  • 902625601a
    Work in progress: It seems like we support synonyms, split and concat words Clément Renault 2019-11-30 16:53:34 +01:00
  • d17d4dc5ec
    Add more debug infos Clément Renault 2019-11-30 16:33:48 +01:00
  • ef6a4db182
    Before improving fields AttrCount Clément Renault 2019-11-29 16:31:47 +01:00
  • 11f3d7782d
    Introduce the AttrCount type Clément Renault 2019-11-27 17:01:23 +01:00
  • 5b9fff6636
    Merge pull request #352 from meilisearch/add-search-benchmarks Clément Renault 2019-12-13 14:37:48 +01:00
  • a8272f0eef
    Add a benchmark github workflow Clément Renault 2019-12-13 14:17:07 +01:00
  • 951f0bcb10
    sqaush-me: Improve benchmarks naming Clément Renault 2019-11-29 12:28:46 +01:00
  • d8ba405baf
    Add some criterion benchmarks to help mesure improvements Clément Renault 2019-11-29 12:12:55 +01:00
  • 70f18a8086
    Merge pull request #400 from meilisearch/fix-issues Clément Renault 2019-12-13 10:30:42 +01:00
  • 0b5db77511 Fix erase setting option Quentin de Quelen 2019-12-12 19:10:47 +01:00
  • 3a4130f344 Allow to index files with null or boolean Quentin de Quelen 2019-12-12 19:04:10 +01:00
  • 1ea29bb92e Fix unwrap if schema does not contain ranked attributes on a custom ranking setting Quentin de Quelen 2019-12-12 16:37:46 +01:00
  • 04d34cb8aa Search; return formated section only if it's necessary Quentin de Quelen 2019-12-12 16:36:42 +01:00
  • bf80729e17 Update message on access forbidden Quentin de Quelen 2019-12-12 15:39:32 +01:00
  • 88b3c05155 Stop words; Do not reindex all documents if there is no documents Quentin de Quelen 2019-12-12 15:31:39 +01:00
  • 6edef07e29 HTTP delete index route; Fix error on index not found Quentin de Quelen 2019-12-12 14:06:16 +01:00
  • 5ad73fe08b
    Merge pull request #399 from meilisearch/rewrite-synonym-endpoint Clément Renault 2019-12-12 12:58:14 +01:00
  • a4f26e8e48 Rewrite the synonym endpoint Quentin de Quelen 2019-12-11 16:49:09 +01:00
  • a8c3438887
    Introduce ContextMut and Context structs v0.8.5-beta.1 Clément Renault 2019-12-12 11:33:39 +01:00
  • 03e06a80b2
    Prefer summing the attribute Clément Renault 2019-12-11 18:37:26 +01:00
  • a303b6552a
    Introduce bucket_sort_with_distinct function Clément Renault 2019-12-11 17:36:53 +01:00
  • 96a6f513ab
    Update the criteria to the new ones Clément Renault 2019-12-11 17:02:10 +01:00
  • 4b1127cd98
    Remove the raw_query functions Clément Renault 2019-12-11 15:34:30 +01:00
  • 8db102b8ed
    Bump the sdset dependency to 0.3.6 Clément Renault 2019-12-11 12:08:30 +01:00
  • cc10804607
    Merge pull request #395 from meilisearch/update-bitly-link Clément Renault 2019-12-10 18:13:52 +01:00
  • f959cd76ae
    Update the bit.ly movies.json link Clément Renault 2019-12-10 16:49:22 +01:00
  • dcd332e2e4
    Merge pull request #396 from meilisearch/disable-windows-tests Clément Renault 2019-12-10 18:03:13 +01:00