Uses of Class
org.apache.lucene.search.TopDocs.ShardRef
-
Packages that use TopDocs.ShardRef Package Description org.apache.lucene.search Code to search indices. -
-
Uses of TopDocs.ShardRef in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type TopDocs.ShardRef Modifier and Type Method Description boolean
TopDocs.MergeSortQueue. lessThan(TopDocs.ShardRef first, TopDocs.ShardRef second)
boolean
TopDocs.ScoreMergeSortQueue. lessThan(TopDocs.ShardRef first, TopDocs.ShardRef second)
(package private) static boolean
TopDocs. tieBreakLessThan(TopDocs.ShardRef first, ScoreDoc firstDoc, TopDocs.ShardRef second, ScoreDoc secondDoc)
if we need to tie-break since score / sort value are the same we first compare shard index (lower shard wins) and then iff shard index is the same we use the hit index.
-