msokolov commented on issue #15996: URL: https://github.com/apache/lucene/issues/15996#issuecomment-4359304766
Another thing that should be in the top-level user docs is that in order to create and use a doc values skip list, you must have indexed a docvalues field using a function like `public static NumericDocValuesField indexedField(String name, long value)`. Also probably worth mentioning that you can retrieve skippers from a LeafReader -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
