forked from quickwit-oss/tantivy
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update lz4 flex #33
Closed
Closed
update lz4 flex #33
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Paul Masurel <paul@quickwit.io>
fix docstore settings for temp docstore
remove dead indexing code
These show on nightly clippy.
This case is inverted from the previous cases fixed. This is from nightly clippy.
This also fixes a couple of typos, but plenty remain!
Tantivy needs the `total_cmp` feature to compile, which was stabilized in Rust 1.62.
use groupby instead of vec allocation
remove get_val in serialization and mark as unimplemented!() replace get_val with iter in linear codec remove MultivalueStartIndexRandomSeeker replace MultivalueStartIndexIter with closure Sample 100 values in linear codec
remove get_val in serialization
* use new format for docstore blocks * move index to end of block it makes writing the block faster due to one less memcopy
Documentation improvements.
Removing alloc on all .next() in MultiValueColumn
don't materialize index column on merge use simpler chain() variant
Co-authored-by: Paul Masurel <paul@quickwit.io>
disable linear codec for multivalue values
…om-stats-agg Remove standard deviation from stats aggregation
Fix some Clippy warnings
start migrate Field to &str in preparation of columnar return Result for get_field
* add way to get up to `limit` terms from sstable * make some function of sstable load less data * add some tests to sstable * add tests on sstable dictionary * fix some bugs with sstable
* Update text_options.rs * Update src/schema/text_options.rs Co-authored-by: Paul Masurel <paul@quickwit.io>
* Improvement on the scalar / random bitpacker code. Added proptesting Added simple benchmark Added assert and comments on the very non trivial hidden contract Remove the need for an extra padding. The last point introduces a small performance regression (~10%). * Fixing unit tests
Some parts are outdated For the debugging tutorial, debugging is really easy now with VSCode, and there are plenty of other sources for debugging rust
* collect columns for merge * return column_type from, fix visibility * fix Co-authored-by: Paul Masurel <paul@quickwit.io>
…1816) * Removed the sorting logic that forced column type to be sorted like ColumnTypes. * add comments Co-authored-by: PSeitz <PSeitz@users.noreply.github.com>
* fix doc store cache docs addresses an issue reported in #1820 * rename doc_store_cache_size
formatting on nightly changed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chrono
withtime
(Replacechrono
withtime
quickwit-oss/tantivy#1307)FruitHandle
andMultiFruit
public (MakeFruitHandle
andMultiFruit
public quickwit-oss/tantivy#1360)occurrence
var names and references (Fix variousoccurrence
var names and references quickwit-oss/tantivy#1385)src/collector
readability (chore(collector):src/collector
readability quickwit-oss/tantivy#1399)DisjunctionMaxQuery
and refactorScoreCombiner
seek
method to RequiredOptionalScorer quickwit-oss/tantivy#1442)ConstScoreQuery
(ConstScoreQuery
quickwit-oss/tantivy#1463)OwnedBytes
doc clarification (OwnedBytes
doc clarification quickwit-oss/tantivy#1498)Write
, add documentationColumn: Send + Sync
quickwit-oss/tantivy#1518)/cpp
directory. (Remove references to/cpp
directory. quickwit-oss/tantivy#1560)Searcher
pool. (doc: Remove reference toSearcher
pool. quickwit-oss/tantivy#1598)Query::Weight
to not need a Searcher when scoring is disabled. quickwit-oss/tantivy#1667)expand_dots
JsonObjectOptions. (Added aexpand_dots
JsonObjectOptions. quickwit-oss/tantivy#1687)split_full_path
toSchema
(Movesplit_full_path
toSchema
quickwit-oss/tantivy#1692)