tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

ip fastfield

Open PSeitz opened this issue 1 year ago • 2 comments

  • add ip field
  • add ip codec

PSeitz avatar Aug 09 '22 09:08 PSeitz

Codecov Report

Merging #1437 (d0263a1) into main (f4d7621) will decrease coverage by 0.34%. The diff coverage is 79.70%.

@@            Coverage Diff             @@
##             main    #1437      +/-   ##
==========================================
- Coverage   94.23%   93.89%   -0.35%     
==========================================
  Files         237      240       +3     
  Lines       44334    45419    +1085     
==========================================
+ Hits        41778    42646     +868     
- Misses       2556     2773     +217     
Impacted Files Coverage Δ
fastfield_codecs/src/lib.rs 96.87% <ø> (ø)
fastfield_codecs/src/main.rs 0.51% <0.00%> (-0.43%) :arrow_down:
src/postings/per_field_postings_writer.rs 94.11% <ø> (ø)
src/query/query_parser/query_parser.rs 94.41% <0.00%> (-0.59%) :arrow_down:
src/schema/mod.rs 100.00% <ø> (ø)
src/schema/term.rs 84.35% <0.00%> (-1.31%) :arrow_down:
src/schema/field_type.rs 77.87% <36.36%> (-2.89%) :arrow_down:
src/directory/composite_file.rs 91.24% <44.44%> (-3.76%) :arrow_down:
src/fastfield/fast_value.rs 46.72% <46.72%> (ø)
src/schema/ip_options.rs 78.94% <78.94%> (ø)
... and 23 more

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

codecov-commenter avatar Aug 12 '22 07:08 codecov-commenter

this should have been 3 or 4 PRs.

fulmicoton avatar Aug 20 '22 06:08 fulmicoton