Commit Graph

  • 4b4c231bba Merge pull request #1612 from quickwit-oss/no_panic_please PSeitz 2022-10-11 18:33:00 +08:00
  • 11d3409286 add missing docs for fastfield_codecs crate (#1613) PSeitz 2022-10-11 17:54:24 +08:00
  • 9cb8cfbea8 return Error instead panic in fastfields Pascal Seitz 2022-10-11 14:15:19 +08:00
  • 8b69aab0fc avoid prepare_doc allocation (#1610) PSeitz 2022-10-11 13:15:55 +08:00
  • 3650d1f36a Merge pull request #1553 from quickwit-oss/ip_field PSeitz 2022-10-11 13:09:47 +08:00
  • 2efebdb1bb remove tokenstream vec alloc Pascal Seitz 2022-10-11 10:30:56 +08:00
  • e443ca63aa Merge pull request #1608 from quickwit-oss/nigel/serialise-bytes-as-b64-#2042 François Massot 2022-10-10 11:51:23 +02:00
  • 5c9cbee29d handle IpV4 serialization case Pascal Seitz 2022-10-07 19:52:00 +08:00
  • b2ca83a93c switch to ipv6, add monotonic_mapping tests Pascal Seitz 2022-10-07 18:22:11 +08:00
  • 3b189080d4 Use raw string literals in tests Nigel Andrews 2022-10-07 12:28:25 +02:00
  • 00a6586efe Replaced String::serialize for serializer.serialize_str Nigel Andrews 2022-10-07 11:45:09 +02:00
  • b9b913510e fmt Pascal Seitz 2022-10-07 16:56:19 +08:00
  • 534b1d33c3 use ipv6 PSeitz 2022-10-07 10:54:32 +02:00
  • f465173872 Apply suggestions from code review PSeitz 2022-10-07 10:20:46 +02:00
  • 96315df20d use idx part only for positions_to_docid Pascal Seitz 2022-10-07 16:54:04 +08:00
  • 9a1609d364 add test Pascal Seitz 2022-10-07 16:24:49 +08:00
  • 39f4e58450 improve comment Pascal Seitz 2022-10-07 10:01:43 +08:00
  • a8a36b62cd enable test Pascal Seitz 2022-10-07 09:55:58 +08:00
  • 226a49338f add StrictlyMonotonicFn Pascal Seitz 2022-10-06 17:49:05 +08:00
  • 2864bf7123 use serializer for u128 Pascal Seitz 2022-10-06 16:13:35 +08:00
  • 5171ff611b serialize ip as u128, add test for positions_to_docid Pascal Seitz 2022-10-06 15:51:11 +08:00
  • e50e74acf8 remove u128 type Pascal Seitz 2022-10-06 13:36:44 +08:00
  • 0b86658389 rename ip addr, use buffer Pascal Seitz 2022-10-06 13:13:05 +08:00
  • 5d6602a8d9 mark null handling TODO Pascal Seitz 2022-10-06 11:52:02 +08:00
  • 4d29ff4d01 finalize ip addr rename Pascal Seitz 2022-10-06 11:22:38 +08:00
  • cdc8e3a8be group montonic mapping and inverse Pascal Seitz 2022-10-04 16:53:03 +08:00
  • 67f453b534 rename to iter_gen Pascal Seitz 2022-09-30 11:50:51 +08:00
  • 787a37bacf expect instead of unwrap Pascal Seitz 2022-09-30 11:01:12 +08:00
  • f5039f1846 remove roaring Pascal Seitz 2022-09-30 10:50:29 +08:00
  • eeb1f19093 rename to iter_gen Pascal Seitz 2022-09-30 10:49:28 +08:00
  • 087beaf328 remove null handling Pascal Seitz 2022-09-30 10:15:35 +08:00
  • 309449dba3 rename to IpAddr Pascal Seitz 2022-09-30 10:07:44 +08:00
  • 5a76e6c5d3 fix get_between_vals forwarding Pascal Seitz 2022-09-28 16:01:35 +08:00
  • c8713a01ed use iter api Pascal Seitz 2022-09-27 09:50:49 +08:00
  • 6113e0408c remove comment Pascal Seitz 2022-09-26 17:03:29 +08:00
  • 400a20b7af add ip field Pascal Seitz 2022-09-20 16:17:34 +08:00
  • 5f565e77de Merge pull request #1604 from quickwit-oss/replace_cbor PSeitz 2022-10-07 14:42:55 +08:00
  • 516e60900d remove unwrap Pascal Seitz 2022-10-07 14:22:37 +08:00
  • 36e1c79f37 replace cbor with cborium Pascal Seitz 2022-10-07 13:23:39 +08:00
  • 45dbc46ef1 add conversion for f32 and fixed precision number float trinity-1686a 2022-10-05 15:52:47 +02:00
  • c2f1c250f9 doc: Remove reference to Searcher pool. (#1598) Bruce Mitchener 2022-10-05 22:04:11 +07:00
  • c694bc039a Fix missing doc warnings when enabling feature "quickwit". Bruce Mitchener 2022-10-04 22:36:05 +07:00
  • 2063f1717f Merge pull request #1591 from quickwit-oss/ff_refact PSeitz 2022-10-05 19:39:36 +08:00
  • d742275048 renames Pascal Seitz 2022-10-05 19:07:58 +08:00
  • b9f06bc287 Update src/fastfield/multivalued/mod.rs PSeitz 2022-10-05 13:07:23 +02:00
  • 8b42c4c126 disable linear codec for multivalue value index Pascal Seitz 2022-10-05 12:05:13 +08:00
  • 7905965800 Merge pull request #1594 from quickwit-oss/flat_map_with_buffer PSeitz 2022-10-05 18:34:15 +08:00
  • f60a551890 add flat_map_with_buffer to Iterator trait Pascal Seitz 2022-10-05 17:30:41 +08:00
  • 7baa6e3ec5 Removing alloc on all .next() in MultiValueColumn Paul Masurel 2022-10-05 17:12:06 +09:00
  • 2100ec5d26 Merge pull request #1593 from waywardmonkeys/doc-improvements PSeitz 2022-10-05 15:50:08 +08:00
  • b3bf9a5716 Documentation improvements. Bruce Mitchener 2022-10-05 14:14:26 +07:00
  • 0dc8c458e0 Flaky unit test. (#1592) Paul Masurel 2022-10-05 16:15:48 +09:00
  • e5043d78d2 added a couple of tests + make fmt Nigel Andrews 2022-10-04 12:52:44 +02:00
  • 6d0bb82bd2 Fix issue 1576: serialize bytes as base64 strings Nigel Andrews 2022-10-04 12:07:01 +02:00
  • 5945dbf0bd change format for store to make it faster with small documents (#1569) trinity-1686a 2022-10-04 09:58:55 +02:00
  • fb6d5acb82 Simplify code simplify Paul Masurel 2022-10-04 15:44:38 +09:00
  • 4cf911d56a Merge pull request #1587 from quickwit-oss/no_get_val_in_serialize PSeitz 2022-10-04 12:56:48 +08:00
  • 0f5cff762f move enumerate and remove computation Pascal Seitz 2022-10-04 12:30:19 +08:00
  • 6d9a123cf2 remove get_val in serialization Pascal Seitz 2022-10-04 12:01:25 +08:00
  • 0f4a47816a Merge pull request #1582 from quickwit-oss/faster_sorted_field_values PSeitz 2022-10-04 09:36:24 +08:00
  • b062ab2196 use groupby instead of vec allocation Pascal Seitz 2022-10-03 14:37:04 +08:00
  • a9d2f3db23 Tantivy requires Rust 1.62 or later. (#1583) Bruce Mitchener 2022-10-03 16:31:07 +07:00
  • 44e03791f9 Fix warnings when doc'ing private items. (#1579) Bruce Mitchener 2022-10-03 12:24:00 +07:00
  • 2d23763e9f Use u64::from boolean more. (#1580) Bruce Mitchener 2022-10-03 12:17:50 +07:00
  • a24ae8d924 clippy: Fix needless-borrow warnings. (#1581) Bruce Mitchener 2022-10-03 12:15:09 +07:00
  • 927dff5262 Merge pull request #1578 from quickwit-oss/dead_code PSeitz 2022-10-03 11:25:10 +08:00
  • a695edcc95 remove dead indexing code Pascal Seitz 2022-10-03 09:44:02 +08:00
  • b4b4f3fa73 Removing default features for zstd (#1574) Paul Masurel 2022-09-30 13:02:46 +09:00
  • b50e4b7c20 Merge pull request #1566 from quickwit-oss/fix_docstore_sorting PSeitz 2022-09-30 10:10:36 +08:00
  • f8686ab1ec improve comments PSeitz 2022-09-30 04:00:47 +02:00
  • 2fe42719d8 Merge pull request #1570 from quickwit-oss/no_sort_on_multi PSeitz 2022-09-30 09:17:03 +08:00
  • fadd784a25 log improvements (#1564) PSeitz 2022-09-30 08:39:26 +08:00
  • 0e94213af0 validate index settings on create Pascal Seitz 2022-09-29 18:55:24 +08:00
  • dbd3aed24a improve log levels debug_time Pascal Seitz 2022-09-29 13:23:36 +08:00
  • 0da2a2e70d Merge pull request #1567 from quickwit-oss/dependabot/cargo/tantivy-fst-0.4.0 PSeitz 2022-09-29 10:00:16 +08:00
  • 0bcdf3cbbf Update tantivy-fst requirement from 0.3.0 to 0.4.0 dependabot[bot] 2022-09-28 20:50:43 +00:00
  • 8f647b817f fix docstore settings for temp docstore Pascal Seitz 2022-09-28 17:43:58 +08:00
  • a86b0df6f4 Add query matching terms in a set (#1539) trinity-1686a 2022-09-28 09:43:18 +02:00
  • 4c7437f2e0 fix typing sparse_codecs Pascal Seitz 2022-09-27 19:12:49 +08:00
  • cc82f94c72 sparse dense codec experiment Pascal Seitz 2022-09-27 17:10:04 +08:00
  • f842da758c Move ArcBytes,WeakArcBytes to mmap_directory. (#1555) Bruce Mitchener 2022-09-27 07:57:28 +07:00
  • 97ccd6d712 Avoid slicing a string in DocParsingError. (#1559) Bruce Mitchener 2022-09-26 18:27:15 +07:00
  • cb252a42af docs: "associated to" -> "associated with" (#1557) Bruce Mitchener 2022-09-26 18:23:37 +07:00
  • d9609dd6b6 POLLING_INTERVAL needn't be pub. (#1556) Bruce Mitchener 2022-09-26 18:22:55 +07:00
  • f03667d967 Remove references to /cpp directory. (#1560) Bruce Mitchener 2022-09-26 18:22:28 +07:00
  • 10f10a322f Merge pull request #1554 from quickwit-oss/prepare_ip_field PSeitz 2022-09-26 16:34:24 +08:00
  • f757471077 prepare for ip field Pascal Seitz 2022-09-26 15:41:45 +08:00
  • 21e0adefda use binary search instead of linear for get_val in merge (#1548) PSeitz 2022-09-26 08:42:33 +08:00
  • ea8e6d7b1d Tidy up clippy config. (#1547) Bruce Mitchener 2022-09-26 07:37:55 +07:00
  • ba3215b469 reuse samples, add EstimateColumn fix_estimate Pascal Seitz 2022-09-25 22:29:42 +08:00
  • 7707b8a6e1 add debug_time for ff serialization Pascal Seitz 2022-09-24 16:07:53 +08:00
  • dac7da780e Merge pull request #1545 from waywardmonkeys/remove-some-refs PSeitz 2022-09-23 15:33:23 +08:00
  • 20c87903b2 fix multivalue ff index creation regression (#1543) PSeitz 2022-09-23 14:36:29 +08:00
  • f9c3947803 Merge pull request #1546 from waywardmonkeys/use-ux-from-bool PSeitz 2022-09-23 09:06:24 +08:00
  • e9a384bb15 Use u8::from(bool), u64::from(bool). Bruce Mitchener 2022-09-22 22:44:53 +07:00
  • d231671fe2 clippy: Remove borrows that the compiler will do. Bruce Mitchener 2022-09-22 22:38:23 +07:00
  • fa3d786a2f Add support for deleting all documents matching query (#1535) trinity-1686a 2022-09-22 14:26:09 +02:00
  • 75aafeeb9b Added a function to deep clone RamDirectory. (#1544) Paul Masurel 2022-09-22 19:04:02 +09:00
  • 6f066c7f65 Merge pull request #1541 from quickwit-oss/add_bench PSeitz 2022-09-22 15:28:00 +08:00
  • 22e56aaee3 add benchmarks for multivalued fastfield merge Pascal Seitz 2022-09-22 11:25:37 +08:00