Uses of Class
org.apache.cassandra.index.sai.disk.v1.segment.IndexSegmentSearcherContext
Packages that use IndexSegmentSearcherContext
-
Uses of IndexSegmentSearcherContext in org.apache.cassandra.index.sai.disk.v1.postings
Constructors in org.apache.cassandra.index.sai.disk.v1.postings with parameters of type IndexSegmentSearcherContextModifierConstructorDescriptionPostingListRangeIterator(IndexIdentifier indexIdentifier, PrimaryKeyMap primaryKeyMap, IndexSegmentSearcherContext searcherContext) Create a direct PostingListRangeIterator where the underlying PostingList is materialised immediately so the posting list size can be used.