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

ip field #1553

Merged
merged 27 commits into from Oct 11, 2022
Merged

ip field #1553

merged 27 commits into from Oct 11, 2022

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Sep 26, 2022

  • add u128 multivalue reader and writer
  • add ip to schema
  • add ip writers, handle merge

src/fastfield/writer.rs Outdated Show resolved Hide resolved
src/fastfield/writer.rs Outdated Show resolved Hide resolved
src/fastfield/writer.rs Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2022

Codecov Report

Merging #1553 (b2ca83a) into main (5f565e7) will increase coverage by 0.06%.
The diff coverage is 90.18%.

@@            Coverage Diff             @@
##             main    #1553      +/-   ##
==========================================
+ Coverage   93.78%   93.85%   +0.06%     
==========================================
  Files         252      253       +1     
  Lines       46380    47074     +694     
==========================================
+ Hits        43499    44181     +682     
- Misses       2881     2893      +12     
Impacted Files Coverage Δ
fastfield_codecs/src/main.rs 0.53% <0.00%> (-0.01%) ⬇️
src/fastfield/mod.rs 99.71% <ø> (ø)
src/fastfield/multivalued/mod.rs 98.45% <ø> (-0.78%) ⬇️
src/indexer/segment_writer.rs 96.23% <0.00%> (-0.18%) ⬇️
src/postings/per_field_postings_writer.rs 94.11% <ø> (ø)
src/postings/postings_writer.rs 97.66% <0.00%> (-0.58%) ⬇️
src/query/query_parser/query_parser.rs 94.67% <0.00%> (-0.34%) ⬇️
src/schema/mod.rs 100.00% <ø> (ø)
src/schema/term.rs 85.32% <0.00%> (-0.34%) ⬇️
src/schema/field_type.rs 74.14% <9.52%> (-4.11%) ⬇️
... and 27 more

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

@PSeitz PSeitz force-pushed the ip_field branch 4 times, most recently from 992b259 to 6834424 Compare September 27, 2022 02:24
src/schema/document.rs Outdated Show resolved Hide resolved
src/schema/document.rs Outdated Show resolved Hide resolved
src/indexer/merger.rs Outdated Show resolved Hide resolved
src/indexer/merger.rs Outdated Show resolved Hide resolved
@PSeitz PSeitz force-pushed the ip_field branch 3 times, most recently from 5862f78 to eb00ef6 Compare September 30, 2022 03:12
@PSeitz PSeitz merged commit 3650d1f into main Oct 11, 2022
@PSeitz PSeitz deleted the ip_field branch October 11, 2022 05:09
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