lucene
lucene copied to clipboard
English grammar error in `Field that stores a per-document <code>long</code> values for scoring`
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
Thanks @wurui90 for spotting and reporting this! Would you like to open a pull request to edit the wording?
@cpoerschke @wurui90 I have raised the pull request to fix this issue, please have a look. https://github.com/apache/lucene/pull/13490
Thanks for the attention and the PR! Sorry I'm late here. I added a comment in your PR.