Evance Souamoro
|
cde324d4b4
|
fixed issues based on comment, still need to check BM25 suggestion
|
2021-04-30 21:14:19 +00:00 |
|
Pascal Seitz
|
478571ebb4
|
move minmax to bitpacker
move minmax to bitpacker
use minmax in blocked bitpacker
|
2021-04-30 17:07:30 +02:00 |
|
Pascal Seitz
|
fde9d27482
|
refactor
|
2021-04-30 16:29:02 +02:00 |
|
Pascal Seitz
|
f38daab7f7
|
add base value to blocked bitpacker
|
2021-04-30 14:47:58 +02:00 |
|
Pascal Seitz
|
25b9429929
|
calc mem_usage of more structs
calc mem_usage of more structs in index creation
add some comments
|
2021-04-30 14:16:39 +02:00 |
|
Pascal Seitz
|
83cf638a2e
|
use 64bit encoded metadata
fix memory_usage calculation
|
2021-04-30 07:23:44 +02:00 |
|
Pascal Seitz
|
a04e0bdaf1
|
use flushfree blocked bitpacker (10% slower)
|
2021-04-29 19:57:17 +02:00 |
|
Pascal Seitz
|
c200d59d1e
|
add blocked bitpacker, add benches
|
2021-04-29 19:53:54 +02:00 |
|
dependabot-preview[bot]
|
bbeac5888c
|
Upgrade to GitHub-native Dependabot
|
2021-04-29 15:02:36 +00:00 |
|
Pascal Seitz
|
daa53522b5
|
move tantivy bitpacker to crate, refator bitpacker
remove byteorder dependency
|
2021-04-29 16:40:11 +02:00 |
|
Evance Souamoro
|
2c0f6e3319
|
add builder to the public for documentation
|
2021-04-29 12:38:16 +00:00 |
|
Evance Souamoro
|
27f587aa13
|
applied cargo fmt
|
2021-04-29 12:15:34 +00:00 |
|
Evance Souamoro
|
cfc27c9665
|
add support for more like this query
|
2021-04-29 11:49:27 +00:00 |
|
Paul Masurel
|
88a1a90c3c
|
Merge pull request #1025 from tamuhey/patch-1
Typo in readme README.md
|
2021-04-28 15:31:53 +09:00 |
|
Yohei Tamura
|
6d8581baae
|
Update README.md
typo
|
2021-04-28 15:10:59 +09:00 |
|
Paul Masurel
|
2b4b16ae90
|
Merge pull request #1021 from PSeitz/indexmeta
add Index::builder, add index_settings to IndexMeta
|
2021-04-27 16:13:48 +09:00 |
|
Paul Masurel
|
075c23eb8c
|
Disabling fetching fieldnorm in phrasequery if scoring is disabled.
|
2021-04-27 14:06:41 +09:00 |
|
Pascal Seitz
|
cbf805c3e6
|
fix build, skip serialize None
|
2021-04-26 13:30:34 +02:00 |
|
Pascal Seitz
|
46beb2a989
|
index_settings should be optional
|
2021-04-26 11:34:19 +02:00 |
|
Pascal Seitz
|
c01c175744
|
rename fix
|
2021-04-26 09:45:12 +02:00 |
|
Paul Masurel
|
eca496ee24
|
Merge branch 'main' into indexmeta
|
2021-04-26 14:34:58 +09:00 |
|
Paul Masurel
|
083bb3ec3f
|
Merge pull request #1023 from tantivy-search/issue/simpler-positions
Issue/simpler positions
Closes #1022
|
2021-04-26 14:02:11 +09:00 |
|
Paul Masurel
|
2dc5403e7b
|
Closes #1022
|
2021-04-26 14:01:14 +09:00 |
|
Paul Masurel
|
aead5d4068
|
First stab
|
2021-04-26 12:46:06 +09:00 |
|
Paul Masurel
|
6fb3622abb
|
Cargo fmt
|
2021-04-26 12:45:49 +09:00 |
|
Paul Masurel
|
39dd8cfe24
|
Cargo clippy. Acronym should not be full uppercase apparently.
|
2021-04-26 11:49:18 +09:00 |
|
Pascal Seitz
|
b9b9e9e518
|
move Index::create to IndexBuilder
|
2021-04-23 15:14:15 +02:00 |
|
Pascal Seitz
|
e2c91aff33
|
add open/create methods to index builder
add indexbuilder error
rename create_from_metas to open_from_metas
remove from_directory
|
2021-04-23 14:02:21 +02:00 |
|
Pascal Seitz
|
96098fce20
|
fmt
|
2021-04-23 12:09:55 +02:00 |
|
Paul Masurel
|
18bfe131fe
|
Removed all inline(always) like a baboon.
|
2021-04-23 10:47:13 +09:00 |
|
Pascal Seitz
|
8dc3e7704c
|
add IndexSettings to Index, use Indexbuilder in Index
|
2021-04-22 21:07:39 +02:00 |
|
Paul Masurel
|
1ebfc71721
|
Merge pull request #1019 from tantivy-search/fix-merge-policy-bug
fixed merge policy bug
|
2021-04-22 11:25:48 +09:00 |
|
Paul Masurel
|
afd3dc7e81
|
Merge pull request #1016 from rihardsk/date-range-exclusivity-test
Change to an exlusive bound in the date range test
|
2021-04-22 11:21:01 +09:00 |
|
Paul Masurel
|
cbaecb1ea4
|
Merge pull request #1020 from tantivy-search/fix-architecture-doc
fixes doc small typos
|
2021-04-22 11:20:00 +09:00 |
|
Evance Souamoro
|
8883e32dd8
|
applied cargo fmt
|
2021-04-21 21:25:31 +00:00 |
|
Pascal Seitz
|
4243780e0a
|
add Index::builder, add index_settings to IndexMeta
|
2021-04-21 19:32:19 +02:00 |
|
Evance Souamoro
|
5f3fd08509
|
re-run build
|
2021-04-21 17:17:13 +00:00 |
|
Evance Souamoro
|
98a225acd1
|
re-run build
|
2021-04-21 16:54:54 +00:00 |
|
Evance Souamoro
|
d8555cc8a1
|
fixes small typos
|
2021-04-21 15:28:15 +00:00 |
|
Evance Souamoro
|
3ccd93ac67
|
fixed merge policy bug
|
2021-04-21 15:20:05 +00:00 |
|
Paul Masurel
|
336428df8b
|
Merge pull request #1017 from tantivy-search/fix-typo
Fixed potential typo
|
2021-04-20 17:21:51 +09:00 |
|
Evance Souamoro
|
d69aace9ec
|
fixed potential typo
|
2021-04-20 07:21:47 +00:00 |
|
Rihards Krišlauks
|
777debf5d7
|
Format
|
2021-04-19 21:57:25 +03:00 |
|
Rihards Krišlauks
|
7c20771d20
|
Change to an exlusive bound in the date range test
So that both, inclusive and exclusive, bounds are tested for date ranges
|
2021-04-19 20:43:37 +03:00 |
|
Paul Masurel
|
fef428a9c6
|
Updated CHANGELOG
|
2021-04-19 21:58:52 +09:00 |
|
Paul Masurel
|
cc9972ad6c
|
Merge pull request #1010 from PSeitz/main
add lz4 block format compressor as default docstore compressor
|
2021-04-19 21:46:19 +09:00 |
|
Pascal Seitz
|
c2fdc60569
|
fix snap version, fix naming
|
2021-04-19 10:55:44 +02:00 |
|
Paul Masurel
|
39320f953c
|
Update CHANGELOG with date range queries
|
2021-04-19 10:03:41 +09:00 |
|
Paul Masurel
|
be7c9cc9b8
|
Merge pull request #1012 from rihardsk/date-ranges
Add support for date range queries
|
2021-04-19 09:34:40 +09:00 |
|
Rihards Krišlauks
|
f58345f0f0
|
Add a date range query example to QueryParser documentation
|
2021-04-18 22:13:02 +03:00 |
|