Commit Graph

  • df47d55cd2 Occur debug interface (#648) Paul Masurel 2019-09-07 15:08:45 +09:00
  • 1b9cbdb672 blop Paul Masurel 2019-09-07 15:05:21 +09:00
  • a8f3cf9679 Added an incremental search crate Paul Masurel 2019-09-07 13:23:58 +09:00
  • 5e579fd6b7 Fixed clippy warning: unneeded return statement (#646) Raminder Singh 2019-09-07 06:44:37 +05:30
  • 4b9c1dce69 Moving queyr grammar to a different crate. (#645) Paul Masurel 2019-09-05 09:37:28 +09:00
  • d74f71bbef Lighter regex dependency. (#644) Paul Masurel 2019-09-04 13:10:12 +09:00
  • 72fc1c10a6 rebasing, fixing some test crate-division Paul Masurel 2019-09-03 09:56:27 +09:00
  • b28654c3fb crate division Paul Masurel 2019-08-09 07:39:10 +09:00
  • 5196ca41d8 Small code clean up Paul Masurel 2019-09-03 09:22:32 +09:00
  • 4959e06151 Update once_cell requirement from 0.2 to 1.0 (#643) dependabot-preview[bot] 2019-09-03 07:00:45 +09:00
  • c1635c13f6 RegexQuery performance: make it possible to cache Regexes - remastered by fulmicoton (Closes #639) (#641) Paul Masurel 2019-08-22 16:14:01 +09:00
  • 135e0ea2e9 Expose new segment meta from Index (#637) Paul Masurel 2019-08-19 10:39:15 +09:00
  • f283bfd7ab Added segmentid_from_string (#636) Paul Masurel 2019-08-19 10:37:30 +09:00
  • 9f74786db2 Update import statements in examples, doctests (#633) Joshua Dutton 2019-08-18 18:26:35 -04:00
  • 32e5d7a0c7 Fix trait object in doctest (#635) Joshua Dutton 2019-08-18 18:25:00 -04:00
  • 84c615cff1 Fixing typos (#634) Joshua Dutton 2019-08-18 18:24:05 -04:00
  • 790baa7adf Integrated state into TermDict streamer streamer-with-state Paul Masurel 2019-08-16 10:29:28 +09:00
  • 039c0a0863 Introducing a wrapper struct instead of Boxed<BoxableTokenizer> (#631) Paul Masurel 2019-08-15 16:37:04 +09:00
  • b3b0138b82 Change for tantivy-py Paul Masurel 2019-08-14 17:44:25 +09:00
  • ea56160cdc Added cargo-fmt to CI runs (#627) petr-tik 2019-08-12 00:25:47 +01:00
  • 028b0a749c Elastic unbounded range query (#624) petr-tik 2019-08-12 00:24:47 +01:00
  • 941f06eb9f Added Schema.from_named_doc Paul Masurel 2019-08-11 16:50:32 +09:00
  • a854a60e2a criterion criterion Paul Masurel 2019-08-11 15:46:42 +09:00
  • 92d73a6bfb Added criterion benchmark Paul Masurel 2019-08-09 17:34:06 +09:00
  • 04832a86eb WTF is this file doing here (#622) Paul Masurel 2019-08-08 21:54:10 +09:00
  • beb8e990cd fix parsing neg float in range query (#621) fdb-hiroshima 2019-08-08 13:41:04 +02:00
  • 001af3876f cargo fmt Paul Masurel 2019-08-08 18:07:19 +09:00
  • f428f344da Various bugfix in the query parser (#619) Paul Masurel 2019-08-08 17:48:21 +09:00
  • 143f78eced Trying to fix #609 (#616) Paul Masurel 2019-08-06 20:33:30 +09:00
  • a7c579f5c9 Added method to convert named doc to doc python-binding-changes Paul Masurel 2019-08-06 08:00:32 +09:00
  • 754b55eee5 Bump deps (#613) Kornel 2019-08-05 14:21:22 +01:00
  • 280ea1209c Changes required for python binding (#610) Paul Masurel 2019-08-01 17:26:21 +09:00
  • f2e546bdff Changes required for python binding Paul Masurel 2019-08-01 17:20:04 +09:00
  • 0154dbe477 Replace unwrap with match and proper Error handling (#606) petr-tik 2019-07-31 00:16:02 +01:00
  • efd1af1325 Closes #544. (#607) Paul Masurel 2019-07-30 13:38:06 +09:00
  • c91eb7fba7 add to_path for Facet (#604) 0.10.1 fdb-hiroshima 2019-07-27 10:58:43 +02:00
  • 6eb4e08636 add support for float (#603) fdb-hiroshima 2019-07-27 10:57:33 +02:00
  • c3231ca252 Added phrase query tests (#601) Paul Masurel 2019-07-22 13:43:00 +09:00
  • 7211df6719 Failrs (#600) Paul Masurel 2019-07-22 13:17:21 +09:00
  • f27ce6412c Made the SegmentMeta inventory out of static. Paul Masurel 2019-07-21 10:38:00 +09:00
  • 8197a9921f Small code cleaning Paul Masurel 2019-07-19 16:30:16 +09:00
  • b0e23b5715 Merge branch 'master' of github.com:tantivy-search/tantivy Paul Masurel 2019-07-18 10:16:49 +09:00
  • 0167151f5b Disabling generating docs Paul Masurel 2019-07-18 09:36:57 +09:00
  • 0668949390 Disabling generating docs Paul Masurel 2019-07-18 09:36:57 +09:00
  • 94d0e52786 Using instead of u64. Paul Masurel 2019-07-17 22:02:47 +09:00
  • 818a0abbee Small refactoring Paul Masurel 2019-07-17 21:55:59 +09:00
  • 4e6dcf3cbe cargo: update to fail 0.3 (#593) Luca Bruno 2019-07-17 09:51:38 +00:00
  • af7ea1422a using smallvec for operation batches (#599) Paul Masurel 2019-07-17 13:20:02 +09:00
  • 498057c5b7 Refactor deletes (#597) Paul Masurel 2019-07-17 13:06:44 +09:00
  • 5095e6b010 Introduce a small refactoring of the sgment writer. (#596) Paul Masurel 2019-07-17 08:32:29 +09:00
  • 1aebc87ee3 disabling caching (#595) Paul Masurel 2019-07-16 19:05:22 +09:00
  • 9fb5058b29 Fixed links (#592) Paul Masurel 2019-07-15 19:35:44 +09:00
  • 158e0a28ba Removed ilnk to master reference doc Paul Masurel 2019-07-15 15:18:53 +09:00
  • 3576a006f7 Updated example link Paul Masurel 2019-07-15 15:17:53 +09:00
  • 80c25ae9f3 Release 0.10 0.10.0 Paul Masurel 2019-07-11 19:10:12 +09:00
  • 4867be3d3b Kompass master (#590) Paul Masurel 2019-07-10 19:24:54 +09:00
  • 697c7e721d Only compile bitpacker4x (#589) Paul Masurel 2019-07-10 18:53:46 +09:00
  • 3e368d92cb Issue/479 (#578) Paul Masurel 2019-07-07 17:12:31 +09:00
  • 0bc2c64a53 2018 (#585) Paul Masurel 2019-07-07 17:09:04 +09:00
  • 35236c8634 Seek not required in Directory's write anymore (#584) Paul Masurel 2019-07-03 10:12:33 +09:00
  • 462774b15c Tiqb feature/2018 (#583) Paul Masurel 2019-07-01 10:01:46 +09:00
  • 185a5b8d31 updating rand (#582) Paul Masurel 2019-06-29 13:11:42 +09:00
  • 73d7791479 Add instructions for contributors (#574) petr-tik 2019-06-27 01:59:07 +01:00
  • f52b1e68d1 Fix typo (#573) Kirill Zaborsky 2019-06-27 03:57:37 +03:00
  • 3e0907fe05 Fixed CHANGELOG and disable one test on windows (#577) Paul Masurel 2019-06-27 09:48:53 +09:00
  • ab4a8916d3 Update bitpacking requirement from 0.6 to 0.7 (#575) dependabot-preview[bot] 2019-06-27 09:39:26 +09:00
  • 8a3e520bfe Bumping bitpacking version bump-version Paul Masurel 2019-06-26 09:54:11 +09:00
  • bcd7386fc5 Add crates.io shield to the README (#572) Antoine Catton 2019-06-18 04:19:06 +02:00
  • 30b98af066 Automatic Travis documentation build gh-pages Travis CI User 2019-06-16 05:22:32 +00:00
  • c23a7c992b Closes #552 (#570) Paul Masurel 2019-06-16 14:12:13 +09:00
  • 2a88094ec4 Disabling travis on OSX (#571) Paul Masurel 2019-06-16 14:12:01 +09:00
  • 7104f1c2db Automatic Travis documentation build Travis CI User 2019-06-16 03:10:58 +00:00
  • 63a070c832 Automatic Travis documentation build Travis CI User 2019-06-16 03:00:46 +00:00
  • ca3cfddab4 adding cond (#568) Paul Masurel 2019-06-16 11:59:26 +09:00
  • 7bd9f9773b trying to fix doc upload (#567) Paul Masurel 2019-06-16 11:22:51 +09:00
  • e2da92fcb5 Petr tik n510 clear index (#566) Paul Masurel 2019-06-12 09:40:03 +09:00
  • 876e1451c4 Resume uploading docs to gh-pages (#565) petr-tik 2019-06-12 01:30:09 +01:00
  • a37d2f9777 Update winapi requirement from 0.2 to 0.3 (#537) dependabot-preview[bot] 2019-06-06 10:23:13 +09:00
  • 4822940b19 Issue/36 (#559) Paul Masurel 2019-06-06 10:03:54 +09:00
  • d590f4c6b0 Comments for IndexMeta (#560) Paul Masurel 2019-06-06 09:24:31 +09:00
  • 94c73363e4 added unit test issue/554 Paul Masurel 2019-06-02 14:53:03 +09:00
  • edfa619519 Update .travis.yml Paul Masurel 2019-05-29 16:45:56 +09:00
  • 96f194635f Trying to address #546 Paul Masurel 2019-05-29 09:15:34 +09:00
  • 444662485f Remove mut in add_document and delete_term. Made stamper ordering rel… (#551) Paul Masurel 2019-05-28 10:26:00 +09:00
  • 943c25d0f8 Make IndexMeta public (#553) Stephen Carman 2019-05-27 20:27:49 -04:00
  • a7a98b11d7 exploratory perf/experimental-union-for_each Paul Masurel 2019-05-08 09:26:38 +09:00
  • 5c0b2a4579 Merge branch 'stamper_refactor' Paul Masurel 2019-05-08 10:02:02 +09:00
  • 9870a9258d Removed the mutex implementation of AtomicU64. Paul Masurel 2019-05-08 09:55:16 +09:00
  • a18932165f for_each in union Paul Masurel 2019-05-07 08:08:55 +09:00
  • 8f82d0b773 Added impl for for_each specific to unions. Paul Masurel 2019-05-05 17:31:08 +09:00
  • 7102b363f5 Fix build Paul Masurel 2019-05-05 14:17:52 +09:00
  • 66b4615e4e Issue/542 (#543) Paul Masurel 2019-05-05 13:52:43 +09:00
  • da46913839 Merge branch 'master' into stamper_refactor petr-tik/stamper_refactor petr-tik 2019-04-30 22:28:48 +01:00
  • 3df037961f Added more info to fast fields. Paul Masurel 2019-04-30 13:14:01 +09:00
  • 8ffae47854 Addressed code review petr-tik 2019-04-26 08:29:49 +01:00
  • 1a90a1f3b0 Merge branch 'master' of github.com:tantivy-search/tantivy into stamper_refactor petr-tik 2019-04-26 08:47:12 +01:00
  • dac50c6aeb Dds merged (#539) Paul Masurel 2019-04-26 10:25:08 +09:00
  • 31b22c5acc Added logging when token is dropped. (#538) Paul Masurel 2019-04-26 09:23:28 +09:00
  • edcfa915ff Added logging when token is dropped. issue/526b Paul Masurel 2019-04-26 09:22:01 +09:00
  • 8e50921363 Tidied up the Stamper module and upgraded to a 1.34 dependency petr-tik 2019-04-16 00:05:53 +01:00