-
-
Notifications
You must be signed in to change notification settings - Fork 712
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
Add a normed options on fields #1001
Add a normed options on fields #1001
Conversation
@lpouget Will review next week. Sorry for having taken so much time! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments inline.
0c60a44
to
9f32b22
Compare
Make fieldnorm indexation optional: * for all types except text => added a NORMED options * for text field ** if STRING, field has not fieldnorm retained ** if TEXT, field has fieldnorm computed
784c9a4
to
bde91de
Compare
I decided to finish it as I think @lpouget has a baby to take care :) @fulmicoton @PSeitz When you have the time (it's not urgent at all), you can have a look. |
de3efe1
to
47f3332
Compare
@lpouget I will take over that PR and merge it. I hope this is ok with you. |
* Remove unused sort for segment meta list * Fix segment meta order dependent test
In addition this PR: - removes unnecessary flushes and fsyncs on files. - replace all fsync by fdatasync. The latter triggers a meta sync if a metadata required to read the file has changed. It is therefore sufficient for us. Closes quickwit-oss#1224
Removes the indexed option for facets. Facets are now always indexed. Closes quickwit-oss#1195
…1228) This work by introducing a new API method in the Directory trait. The user needs to explicitely call this method. (In particular, once before a commmit) Closes quickwit-oss#1225
- Using Option for fieldnorm readers. - Fixing the ratio computer. max_doc and not num_doc.
Codecov Report
@@ Coverage Diff @@
## main #1001 +/- ##
==========================================
+ Coverage 94.04% 94.14% +0.09%
==========================================
Files 205 206 +1
Lines 34525 34806 +281
==========================================
+ Hits 32470 32767 +297
+ Misses 2055 2039 -16
Continue to review full report at Codecov.
|
This PR was merged as branch issue/922b |
Make fieldnorm indexation optional: