lucene icon indicating copy to clipboard operation
lucene copied to clipboard

English grammar error in `Field that stores a per-document <code>long</code> values for scoring`

Open wurui90 opened this issue 1 year ago • 3 comments

Description

I don't think a and values can be used together.

Code link: https://github.com/apache/lucene/blob/1c655823dd85664b93a01c7ef3bd65fe094745fd/lucene/core/src/java/org/apache/lucene/document/SortedNumericDocValuesField.java#L24

wurui90 avatar Jun 12 '24 18:06 wurui90

Thanks @wurui90 for spotting and reporting this! Would you like to open a pull request to edit the wording?

cpoerschke avatar Jun 14 '24 08:06 cpoerschke

@cpoerschke @wurui90 I have raised the pull request to fix this issue, please have a look. https://github.com/apache/lucene/pull/13490

ghost avatar Jun 15 '24 09:06 ghost

Thanks for the attention and the PR! Sorry I'm late here. I added a comment in your PR.

wurui90 avatar Jun 28 '24 05:06 wurui90