minCompetitiveSimilarity

abstract override fun minCompetitiveSimilarity(): Float

This method is utilized during search to ensure only competitive results are explored.

Consequently, if this results collector wants to collect k results, this should return Float.NEGATIVE_INFINITY when not full.

When full, the minimum score should be returned.

Return

the current minimum competitive similarity in the collection