public static interface

DocumentResultScores.Block

com.atlassian.confluence.search.contentnames.DocumentResultScores.Block

Class Overview

Callback interface to provide clients with the ability to run custom code against all document and score pairs maintained by this class.

Summary

Public Methods
abstract void execute(int docId, float score)

Public Methods

public abstract void execute (int docId, float score)