Prob better question for user list. From: Dominik Safaric [mailto:[email protected]] Sent: Monday, February 26, 2018 1:20 PM To: [email protected] Subject: PointValues ordering
Given a multi-valued and non-indexed point value field, how does Lucene internally store this kind of fields, in terms or order and may they be retrieved in the same order as stored? For example, given a document and an associated field equal to plongField: [1,2,3], and using a DocIdSetIterator, how can I retrieve these values in the same order as inserted during for example scoring using a CustomScoreProvider? Cheers, Dominik
