mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-23 17:31:16 +01:00
Merge a30c0aea829ea2fd71ea32ac7114012527d37d82 into 72eda9a24f815f6d566818cbf8518138e29d83e9
This commit is contained in:
commit
66412465d4
@ -7,7 +7,7 @@ import com.twitter.search.earlybird.search.queries.SinceUntilFilter;
|
||||
|
||||
public abstract class AbstractInMemoryTimeMapper implements TimeMapper {
|
||||
// Reverse map: timestamp to first doc ID seen with that timestamp.
|
||||
// This is two arrays: the timestamps (sorted), and the doc ids.
|
||||
// These are two arrays: the timestamps (sorted), and the doc ids.
|
||||
protected final IntBlockPool reverseMapTimes;
|
||||
protected final IntBlockPool reverseMapIds;
|
||||
protected volatile int reverseMapLastIndex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user