Skip to content
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

fix doc store cache docs #1821

Merged
merged 2 commits into from
Jan 23, 2023
Merged

fix doc store cache docs #1821

merged 2 commits into from
Jan 23, 2023

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Jan 23, 2023

addresses an issue reported in #1820

addresses an issue reported in #1820
@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2023

Codecov Report

Merging #1821 (761c5d2) into main (2874554) will decrease coverage by 0.01%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##             main    #1821      +/-   ##
==========================================
- Coverage   93.63%   93.62%   -0.01%     
==========================================
  Files         314      314              
  Lines       57099    57102       +3     
==========================================
- Hits        53466    53464       -2     
- Misses       3633     3638       +5     
Impacted Files Coverage Δ
src/store/mod.rs 99.23% <ø> (ø)
src/reader/mod.rs 91.25% <61.53%> (-1.75%) ⬇️
src/core/searcher.rs 78.23% <100.00%> (ø)
src/core/segment_reader.rs 90.80% <100.00%> (ø)
src/store/reader.rs 80.62% <100.00%> (ø)
src/fastfield/multivalued/mod.rs 97.29% <0.00%> (-0.78%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -178,7 +178,7 @@ impl InnerIndexReader {
&searcher_generation_inventory,
)?;
Ok(InnerIndexReader {
doc_store_cache_size,
doc_store_cache_num_blocks: doc_store_cache_size,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to rename the argument too.

Copy link
Collaborator

@fulmicoton fulmicoton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for following up on this. Can you rename the arguemtn as mentionned in my comment?

@PSeitz PSeitz merged commit 0f20787 into main Jan 23, 2023
@PSeitz PSeitz deleted the fix_docs branch January 23, 2023 06:06
Hodkinson pushed a commit to Hodkinson/tantivy that referenced this pull request Jan 30, 2023
* fix doc store cache docs

addresses an issue reported in quickwit-oss#1820

* rename doc_store_cache_size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants