mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(minor) Improve comment
This commit is contained in:
parent
efee904531
commit
6cb784df75
@ -17,7 +17,7 @@ import static java.lang.Math.min;
|
|||||||
* @param topology a measure of how important the document is
|
* @param topology a measure of how important the document is
|
||||||
* @param year encoded publishing year
|
* @param year encoded publishing year
|
||||||
* @param sets bit mask for search sets
|
* @param sets bit mask for search sets
|
||||||
* @param quality quality of the document
|
* @param quality quality of the document (0-15); 0 is best, 15 is worst
|
||||||
* @param flags flags (see {@link DocumentFlags})
|
* @param flags flags (see {@link DocumentFlags})
|
||||||
*/
|
*/
|
||||||
public record DocumentMetadata(int avgSentLength,
|
public record DocumentMetadata(int avgSentLength,
|
||||||
|
Loading…
Reference in New Issue
Block a user